mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
cast NULL to correct type
Originally committed as revision 4210 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7bf9648ebc
commit
efe419837f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user