[svn:parrot] r38692 - trunk/examples/library
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Mon May 11 17:52:45 UTC 2009
Author: NotFound
Date: Mon May 11 17:52:45 2009
New Revision: 38692
URL: https://trac.parrot.org/parrot/changeset/38692
Log:
[cage] fix example ncurses_life
Modified:
trunk/examples/library/ncurses_life.pir
Modified: trunk/examples/library/ncurses_life.pir
==============================================================================
--- trunk/examples/library/ncurses_life.pir Mon May 11 17:41:35 2009 (r38691)
+++ trunk/examples/library/ncurses_life.pir Mon May 11 17:52:45 2009 (r38692)
@@ -59,7 +59,7 @@
.sub _MAIN :main
.param pmc argv
# the command line
- load_bytecode "library/ncurses.pasm"
+ load_bytecode 'ncurses.pbc'
# should autogenerate these
.globalconst int KEY_DOWN = 258
More information about the parrot-commits
mailing list