changed: #extract:
authorsr
Wed, 22 Dec 2010 12:23:51 +0100
changeset 2518 6d16c590ba0a
parent 2517 5a6c9b79c66a
child 2519 6267de81a0e4
changed: #extract:
ZipArchive.st
--- a/ZipArchive.st	Mon Dec 20 16:29:36 2010 +0100
+++ b/ZipArchive.st	Wed Dec 22 12:23:51 2010 +0100
@@ -3778,7 +3778,10 @@
             ^ data.
         ].
 
+    ^ nil
+
     "Modified: / 21-11-2010 / 11:53:00 / cg"
+    "Modified: / 22-12-2010 / 12:24:54 / sr"
 !
 
 extract:fileName intoStream: aWriteStream
@@ -5019,11 +5022,11 @@
 !ZipArchive class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.89 2010-11-21 11:06:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.90 2010-12-22 11:23:51 sr Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.89 2010-11-21 11:06:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.90 2010-12-22 11:23:51 sr Exp $'
 ! !
 
 ZipArchive initialize!