Skip to content
Snippets Groups Projects
Commit f321635a authored by Víctor Paesa's avatar Víctor Paesa Committed by Diego Biurrun
Browse files

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
parent 2de4f9eb
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment