doh.
authorskeezix <skeezix@flotsam-vm.(none)>
Fri, 5 Mar 2010 02:01:41 +0000 (21:01 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Fri, 5 Mar 2010 02:01:41 +0000 (21:01 -0500)
lib/pnd_apps.c

index 07e94ea..e1b7eb1 100644 (file)
@@ -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 );
   }