# HG changeset patch # User Jan Vrany # Date 1376951298 -3600 # Node ID e7412c1b6fb04c5f8363cbb25cd2f18f19aadf76 # Parent d3392542df15bcd9841f306637b60bd28747e948 Fixed bug in argStringFor: (mssing return) Thanks Stefan Vogel for spotting this! diff -r d3392542df15 -r e7412c1b6fb0 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