projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de4f9e
)
Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.
author
Víctor Paesa
<wzrlpy@arsystel.com>
Sun, 1 Apr 2007 17:20:23 +0000
(17:20 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 1 Apr 2007 17:20:23 +0000
(17:20 +0000)
Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook/ppm.c
patch
|
blob
|
blame
|
history
diff --git
a/vhook/ppm.c
b/vhook/ppm.c
index
51badd5
..
4b3a17f
100644
(file)
--- 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
{