From: skeezix Date: Fri, 5 Mar 2010 02:01:41 +0000 (-0500) Subject: doh. X-Git-Tag: Release-2010-05/1~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1526ba2175170663b48255de62593da1444969ce;p=pandora-libraries.git doh. --- 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 ); }