This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.
Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Víctor Paesa
Diego Biurrun
18 years ago
parent
2de4f9eb47
commit
f321635a6e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
vhook/ppm.c
+ 1
- 1
vhook/ppm.c
View File
@@ -81,7 +81,7 @@ static rwpipe *rwpipe_open( int argc, char *argv[] )
close( output[ 1 ] );
close( output[ 1 ] );
execl("/bin/sh", "sh", "-c", command, (char*)NULL );
execl("/bin/sh", "sh", "-c", command, (char*)NULL );
exit( 255 );
_
exit( 255 );
}
}
else
else
{
{
Write
Preview
Loading…
Cancel
Save