CompressionStream.st
changeset 1782 5277788b0507
parent 1482 cea67ec35cc2
child 1827 b635239b983c
--- a/CompressionStream.st	Tue Nov 14 18:34:28 2006 +0100
+++ b/CompressionStream.st	Mon Nov 20 12:35:52 2006 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic2' }"
 
 Stream subclass:#CompressionStream
@@ -114,6 +113,9 @@
 
 pastEndRead
     self zerror:'end of stream'.
+    ^ nil
+
+    "Modified: / 18-11-2006 / 15:37:08 / cg"
 !
 
 zerror:anError
@@ -542,7 +544,7 @@
 !CompressionStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/CompressionStream.st,v 1.18 2004-10-01 07:52:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/CompressionStream.st,v 1.19 2006-11-20 11:35:52 cg Exp $'
 ! !
 
 CompressionStream initialize!