[Mplayer-cvslog] CVS: main mplayer.c,1.510,1.511

Zoltan Ponekker pontscho at mplayerhq.hu
Tue May 28 13:55:47 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv4488

Modified Files:
	mplayer.c 
Log Message:
fix text render chrash ...

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.510
retrieving revision 1.511
diff -u -r1.510 -r1.511
--- mplayer.c	28 May 2002 10:08:30 -0000	1.510
+++ mplayer.c	28 May 2002 11:55:00 -0000	1.511
@@ -775,7 +775,7 @@
 
 #ifdef HAVE_NEW_GUI
   if(use_gui){
-       guiInit( argc,argv,envp );
+       guiInit();
        inited_flags|=INITED_GUI;
        guiGetEvent( guiCEvent,(char *)((gui_no_filename) ? 0 : 1) );
   }




More information about the MPlayer-cvslog mailing list