#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 25 Feb 2020 17:27:52 +0100
changeset 25298 e2bd19b42cbb
parent 25297 2de626cc2673
child 25299 391acf8707e3
#BUGFIX by cg class: CharacterArray class changed: #readSmalltalkStringFrom:onError:
CharacterArray.st
--- a/CharacterArray.st	Tue Feb 25 15:42:14 2020 +0100
+++ b/CharacterArray.st	Tue Feb 25 17:27:52 2020 +0100
@@ -345,7 +345,7 @@
      if no string can be read. The sequence of characters as read from the
      stream must be one as stored via storeOn: or storeString."
 
-    ^ self readSmalltalkStringFrom:aStreamOrString keepCRs:false withCEscapes:false onError:exceptionBlock
+    ^ self readSmalltalkStringFrom:aStreamOrString keepCRs:false onError:exceptionBlock
 
     "
      String readSmalltalkStringFrom:('''hello world''' readStream) onError:[self halt]