From f321635a6eb6a826db7213f5c545a01b9c87104c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Paesa?= Date: Sun, 1 Apr 2007 17:20:23 +0000 Subject: =?UTF-8?q?Replace=20valid=20use=20of=20exit=20by=20=5Fexit,=20pat?= =?UTF-8?q?ch=20by=20V=C3=ADctor=20Paesa,=20wzrlpy=20arsystel=20com.?= 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 51badd5..4b3a17f 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.1