[svn:parrot] r46129 - trunk/examples/pir/befunge

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Apr 29 09:16:54 UTC 2010


Author: fperrad
Date: Thu Apr 29 09:16:54 2010
New Revision: 46129
URL: https://trac.parrot.org/parrot/changeset/46129

Log:
fix r46105

Modified:
   trunk/examples/pir/befunge/io.pir

Modified: trunk/examples/pir/befunge/io.pir
==============================================================================
--- trunk/examples/pir/befunge/io.pir	Thu Apr 29 09:04:52 2010	(r46128)
+++ trunk/examples/pir/befunge/io.pir	Thu Apr 29 09:16:54 2010	(r46129)
@@ -90,7 +90,7 @@
     if i < len goto _IO__INPUT_INT__NEXT_CHAR
 
   _IO__INPUT_INT__NAN:
-    $S = replace $S0, 0, i, ""
+    $S0 = replace $S0, 0, i, ""
     $P0 = $S0
     set_global "user_input", $P0
 


More information about the parrot-commits mailing list