[svn:parrot] r39171 - trunk/examples/streams
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Mon May 25 18:35:32 UTC 2009
Author: NotFound
Date: Mon May 25 18:35:28 2009
New Revision: 39171
URL: https://trac.parrot.org/parrot/changeset/39171
Log:
[examples] fix streams/Bytes
Modified:
trunk/examples/streams/Bytes.pir
Modified: trunk/examples/streams/Bytes.pir
==============================================================================
--- trunk/examples/streams/Bytes.pir Mon May 25 17:31:15 2009 (r39170)
+++ trunk/examples/streams/Bytes.pir Mon May 25 18:35:28 2009 (r39171)
@@ -22,7 +22,7 @@
$P0 = new ['Stream'; 'Sub']
# set the stream's source sub
.const 'Sub' temp = "_hello"
- assign $P0, $P1
+ assign $P0, temp
stream = new ['Stream'; 'Replay']
assign stream, $P0
More information about the parrot-commits
mailing list