aboutsummaryrefslogtreecommitdiff
path: root/interpreter/ElymasSys.pm
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-01-03 22:11:37 +0100
committerDrahflow <drahflow@gmx.de>2013-01-03 22:11:37 +0100
commit19d573cf7c6dd729289ef5151f15db51bcc79d91 (patch)
tree288980504ab3721cfa7fd0aea59514957c17b45d /interpreter/ElymasSys.pm
parentd7d307dc6563fe27bf43cab1e83ac21204fea6c6 (diff)
Compiler can now push ints and strings
Diffstat (limited to 'interpreter/ElymasSys.pm')
-rw-r--r--interpreter/ElymasSys.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/ElymasSys.pm b/interpreter/ElymasSys.pm
index d403bd6..2b7132f 100644
--- a/interpreter/ElymasSys.pm
+++ b/interpreter/ElymasSys.pm
@@ -107,7 +107,7 @@ sub createFile {
die "read failed: $!" unless defined $ret;
push @$data, [$buf, 'string'];
- }, ['func', 'sys .file .writestr'], 'active'],
+ }, ['func', 'sys .file .readstr'], 'active'],
'write' => [sub {
my ($data) = @_;