Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopodl committed Nov 29, 2023
1 parent 55c29c3 commit e079091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argon/vm/mod/os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ ARGON_FUNCTION(os_waitpid, waitpid,
int status;
int pid;

rt = TupleNew("ii", 0, false);
rt = TupleNew("ii", 0, 0);
if (rt == nullptr)
return nullptr;

Expand Down

0 comments on commit e079091

Please sign in to comment.