From f321635a6eb6a826db7213f5c545a01b9c87104c Mon Sep 17 00:00:00 2001 From: Víctor Paesa Date: Sun, 1 Apr 2007 17:20:23 +0000 Subject: Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/ppm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhook') diff --git a/vhook/ppm.c b/vhook/ppm.c index 51badd58db..4b3a17f9f2 100644 --- a/vhook/ppm.c +++ b/vhook/ppm.c @@ -81,7 +81,7 @@ static rwpipe *rwpipe_open( int argc, char *argv[] ) close( output[ 1 ] ); execl("/bin/sh", "sh", "-c", command, (char*)NULL ); - exit( 255 ); + _exit( 255 ); } else { -- cgit v1.2.3