#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Thu, 13 Oct 2016 02:25:10 +0200
changeset 20618 bf447ad92afc
parent 20617 b5a014b5ebd7
child 20619 baf43cf6d907
#BUGFIX by cg class: Class changed: #addChangeRecordForSnapshot:to:
Class.st
--- a/Class.st	Thu Oct 13 00:51:26 2016 +0200
+++ b/Class.st	Thu Oct 13 02:25:10 2016 +0200
@@ -2375,7 +2375,7 @@
 
     "add a snapshot-record to aStream"
 
-    self addInfoRecord:('snapshot ' , aFileName) to:aStream
+    self addInfoRecord:('snapshot ' , aFileName asString) to:aStream
 
     "Modified: / 24.1.1997 / 19:11:08 / cg"
     "Modified: / 18.3.1999 / 18:15:30 / stefan"