[Mplayer-cvslog] CVS: main/Gui interface.c,1.33,1.34

Zoltan Ponekker pontscho at mplayerhq.hu
Sun Aug 11 15:32:31 CEST 2002


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

Modified Files:
	interface.c 
Log Message:


10l :)


Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- interface.c	11 Aug 2002 13:12:37 -0000	1.33
+++ interface.c	11 Aug 2002 13:32:28 -0000	1.34
@@ -93,7 +93,7 @@
  appInit( (void*)mDisplay );
        
  if ( plCurrent && !filename ) mplSetFileName( plCurrent->path,plCurrent->name );
- if ( sub_delay > 0.0f ) gtkSubDelay=sub_delay;
+ if ( sub_delay != 0.0f ) gtkSubDelay=sub_delay;
 #if defined( USE_OSD ) || defined( USE_SUB )
  guiLoadFont();
 #endif




More information about the MPlayer-cvslog mailing list