[Ffmpeg-cvslog] r8591 - trunk/vhook/ppm.c

diego subversion
Sun Apr 1 19:20:24 CEST 2007


Author: diego
Date: Sun Apr  1 19:20:23 2007
New Revision: 8591

Modified:
   trunk/vhook/ppm.c

Log:
Replace valid use of exit by _exit, patch by V?ctor Paesa, wzrlpy arsystel com.


Modified: trunk/vhook/ppm.c
==============================================================================
--- trunk/vhook/ppm.c	(original)
+++ trunk/vhook/ppm.c	Sun Apr  1 19:20:23 2007
@@ -81,7 +81,7 @@ static rwpipe *rwpipe_open( int argc, ch
             close( output[ 1 ] );
 
             execl("/bin/sh", "sh", "-c", command, (char*)NULL );
-            exit( 255 );
+            _exit( 255 );
         }
         else
         {




More information about the ffmpeg-cvslog mailing list