TIFFReader.st
changeset 359 6fdd7d3119a8
parent 357 4bcb93f5892e
child 392 7729a280960c
--- a/TIFFReader.st	Fri Jan 10 18:59:45 1997 +0100
+++ b/TIFFReader.st	Fri Jan 10 19:16:44 1997 +0100
@@ -755,9 +755,9 @@
 !
 
 readCCITTGroup4TiffImageData
-    'TIFFReader [warning]: ccitt group4 fax compression not implemented' errorPrintNL.
+    'TIFFReader [warning]: ccitt group4 fax compression not implemented' errorPrintCR.
 
-    "Modified: 10.1.1997 / 18:09:14 / cg"
+    "Modified: 10.1.1997 / 19:10:59 / cg"
 !
 
 readChars:n
@@ -805,9 +805,9 @@
 !
 
 readJPEGTiffImageData
-    'TIFFReader [warning]: jpeg compression not implemented' errorPrintNL
+    'TIFFReader [warning]: jpeg compression not implemented' errorPrintCR
 
-    "Modified: 10.1.1997 / 18:09:17 / cg"
+    "Modified: 10.1.1997 / 19:11:02 / cg"
 !
 
 readLZWTiffImageData
@@ -1676,6 +1676,6 @@
 !TIFFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.44 1997-01-10 17:32:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.45 1997-01-10 18:16:44 cg Exp $'
 ! !
 TIFFReader initialize!