Fixed bug in argStringFor: (mssing return) jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 19 Aug 2013 23:28:18 +0100
branchjv
changeset 18082 e7412c1b6fb0
parent 18081 d3392542df15
child 18083 5558dc303721
Fixed bug in argStringFor: (mssing return) Thanks Stefan Vogel for spotting this!
Context.st
--- a/Context.st	Mon Aug 19 12:29:07 2013 +0100
+++ b/Context.st	Mon Aug 19 23:28:18 2013 +0100
@@ -1519,6 +1519,8 @@
     ].
 "/    JV@2013-04-26: Following is rubbish, the calles must handle string output correctly. 
 "/    moreover storeString does not work on self-referencing structures!!
+    ^ s
+
 !
 
 argsDisplayString