RunArray.st
changeset 4097 605d5ca97200
parent 4005 688fdfafab0d
child 4191 fca4937adf70
--- a/RunArray.st	Fri Sep 30 17:21:30 2016 +0200
+++ b/RunArray.st	Sat Oct 01 20:37:52 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  This class is not covered by or part of the ST/X licence.
 
@@ -754,7 +756,7 @@
 
     |newCollection dstIndex|
 
-    contentsArray isNil ifTrue:[^ Array new].
+    contentsArray isNil ifTrue:[^ #()].
 
     newCollection := Array new:(self size).
     dstIndex := 1.