Skip to content
Snippets Groups Projects
Commit c932f8dd authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

oops

Rev: src/threads.c:1.6
parent 0f195698
No related merge requests found
...@@ -47,6 +47,7 @@ void *new_thread_func(void * data) ...@@ -47,6 +47,7 @@ void *new_thread_func(void * data)
UNSET_ONERROR(tmp); UNSET_ONERROR(tmp);
} else { } else {
push_array_items(arg.args); push_array_items(arg.args);
f_call_function(args);
arg.args=0; arg.args=0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment