[bugfix] command-line returned reversed list of command line arguments

This commit is contained in:
Yuichi Nishiwaki 2014-07-29 15:31:24 +09:00
parent 2f7a51c096
commit ea0ebf5126
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pic_system_cmdline(pic_state *pic)
pic_gc_arena_restore(pic, ai);
}
return v;
return pic_reverse(pic, v);
}
static pic_value