Commit a382d40b authored by michael's avatar michael

cast NULL to correct type


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4210 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dd90127b
......@@ -75,7 +75,7 @@ rwpipe *rwpipe_open( int argc, char *argv[] )
close( output[ 0 ] );
close( output[ 1 ] );
execl("/bin/sh", "sh", "-c", command, NULL );
execl("/bin/sh", "sh", "-c", command, (char*)NULL );
exit( 255 );
}
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment