diff mplayer.c @ 6218:8cfddba867b4

fix text render chrash ...
author pontscho
date Tue, 28 May 2002 11:55:17 +0000
parents d2167f69a48b
children cf2c2b92d1a7
line wrap: on
line diff
--- a/mplayer.c	Tue May 28 10:08:30 2002 +0000
+++ b/mplayer.c	Tue May 28 11:55:17 2002 +0000
@@ -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) );
   }