#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Fri, 30 Sep 2016 16:48:12 +0200
changeset 3994 d59ebb2f6bec
parent 3993 7f4f996a4d6c
child 3995 1701f9550f31
#OTHER by stefan Use (*WriteStream on:'') instead of (*WriteStream on:String new)
Scanner.st
--- a/Scanner.st	Fri Sep 30 16:45:11 2016 +0200
+++ b/Scanner.st	Fri Sep 30 16:48:12 2016 +0200
@@ -1114,7 +1114,7 @@
 
     |strBuffer|
 
-    strBuffer := WriteStream on:(String new).
+    strBuffer := WriteStream on:''.
 
     hereChar == $' ifTrue:[
         hereChar := source nextPeek.