[bugfix] command-line returned reversed list of command line arguments
This commit is contained in:
parent
2f7a51c096
commit
ea0ebf5126
|
@ -24,7 +24,7 @@ pic_system_cmdline(pic_state *pic)
|
||||||
pic_gc_arena_restore(pic, ai);
|
pic_gc_arena_restore(pic, ai);
|
||||||
}
|
}
|
||||||
|
|
||||||
return v;
|
return pic_reverse(pic, v);
|
||||||
}
|
}
|
||||||
|
|
||||||
static pic_value
|
static pic_value
|
||||||
|
|
Loading…
Reference in New Issue