From 1526ba2175170663b48255de62593da1444969ce Mon Sep 17 00:00:00 2001 From: skeezix Date: Thu, 4 Mar 2010 21:01:41 -0500 Subject: [PATCH] doh. --- lib/pnd_apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pnd_apps.c b/lib/pnd_apps.c index 07e94ea..e1b7eb1 100644 --- a/lib/pnd_apps.c +++ b/lib/pnd_apps.c @@ -109,7 +109,7 @@ unsigned char pnd_apps_exec ( char *pndrun, char *fullpath, char *unique_id, // care if it crashed, was killed, was suspended, whatever.) if ( options & PND_EXEC_OPTION_BLOCK ) { int status = 0; - waitpid ( f, &status. 0 /* no options */ ); + waitpid ( f, &status, 0 /* no options */ ); //wait ( &status ); } -- 2.39.5