#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Thu, 19 May 2016 10:52:06 +0200
changeset 19887 95f3969f810d
parent 19886 3f66e06fc677
child 19888 1e9b0fd58bc9
#REFACTORING by stefan class: WriteStream changed: #reset
WriteStream.st
--- a/WriteStream.st	Thu May 19 10:51:48 2016 +0200
+++ b/WriteStream.st	Thu May 19 10:52:06 2016 +0200
@@ -184,7 +184,7 @@
      See the comment in WriteStream>>contents"
 
     collection := collection species new:(collection size).
-    super reset
+    position := 0.
 
     "Modified: 19.2.1997 / 08:57:00 / stefan"
 ! !