cast NULL to correct type

Originally committed as revision 4210 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-05-10 08:53:07 +00:00
parent 7bf9648ebc
commit efe419837f

View File

@ -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