Test fix for dead processes

pull/22/head
parent 52f07a289e
commit 6e371b229c

@ -2011,7 +2011,7 @@ int yon_launch_app_with_arguments(char *name, char *args)
void yon_launch(char *command) void yon_launch(char *command)
{ {
system(command); int ansver = system(command);
} }
// // Trash collector functions // // Trash collector functions

Loading…
Cancel
Save