[Mplayer-cvslog] CVS: main/libmenu menu_console.c,1.5,1.6

D Richard Felker III dalias at aerifal.cx
Wed Jul 2 06:44:01 CEST 2003


On Tue, Jun 24, 2003 at 09:59:37PM +0200, Alex Beregszaszi wrote:
> Update of /cvsroot/mplayer/main/libmenu
> In directory mail:/var/tmp.root/cvs-serv22484
> 
> Modified Files:
> 	menu_console.c 
> Log Message:
> 64bit support
> 
> Index: menu_console.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmenu/menu_console.c,v
> retrieving revision 1.5
> retrieving revision 1.6
> diff -u -r1.5 -r1.6
> --- menu_console.c	9 Feb 2003 20:18:20 -0000	1.5
> +++ menu_console.c	24 Jun 2003 19:59:14 -0000	1.6
> @@ -301,7 +301,7 @@
>      dup2(in[0],0);
>      dup2(out[1],1);
>      dup2(err[1],2);
> -    execl("/bin/sh","sh","-c",cmd,NULL);
> +    execl("/bin/sh","sh","-c",cmd,(void*)NULL);

Eh? How is (void*)(void *)0 better than (void *)0?? :)

Rich



More information about the MPlayer-cvslog mailing list