PCXReader.st
changeset 1846 d29322944b05
parent 1805 93f557cbe600
child 1848 864ca2cd4e71
--- a/PCXReader.st	Wed Nov 19 16:27:07 2003 +0100
+++ b/PCXReader.st	Wed Nov 19 16:28:36 2003 +0100
@@ -298,6 +298,8 @@
 "/    'width=' print. width printNL.
 "/    'height=' print. width printNL.
 
+    self reportDimension.
+
     (version == 2) ifTrue:[
         colorMap := self extractColorMap16.
     ].
@@ -360,7 +362,7 @@
 !PCXReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.31 2003-09-01 14:47:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.32 2003-11-19 15:26:45 cg Exp $'
 ! !
 
 PCXReader initialize!