[Ffmpeg-cvslog] CVS: ffmpeg/vhook ppm.c,1.4,1.5
Michael Niedermayer CVS
michael
Tue May 10 10:53:09 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/vhook
In directory mail:/var2/tmp/cvs-serv10871/vhook
Modified Files:
ppm.c
Log Message:
cast NULL to correct type
Index: ppm.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/vhook/ppm.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ppm.c 24 Feb 2005 22:07:10 -0000 1.4
+++ ppm.c 10 May 2005 08:53:07 -0000 1.5
@@ -75,7 +75,7 @@
close( output[ 0 ] );
close( output[ 1 ] );
- execl("/bin/sh", "sh", "-c", command, NULL );
+ execl("/bin/sh", "sh", "-c", command, (char*)NULL );
exit( 255 );
}
else
More information about the ffmpeg-cvslog
mailing list