diff options
Diffstat (limited to 'src/exe_action.c')
-rw-r--r-- | src/exe_action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exe_action.c b/src/exe_action.c index 53d2be4..752a1d9 100644 --- a/src/exe_action.c +++ b/src/exe_action.c @@ -85,7 +85,7 @@ main(int argc, char** argv) //BROKEN--NEEDS TO BE FIX BELOW FOR DPATH AND CPATH common_set_context(path,path); - status = execute_list(def.actions[act].vtw_list_head,&def,NULL,FALSE); + status = execute_list(def.actions[act].vtw_list_head, &def, NULL); if (status == FALSE) { printf("command failed! status: %d\n", status); } |