changeset 6968:c8716f1c8965

10l :)
author pontscho
date Sun, 11 Aug 2002 13:32:28 +0000
parents 0fa27966ac47
children be2505036de1
files Gui/interface.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/interface.c	Sun Aug 11 13:12:38 2002 +0000
+++ b/Gui/interface.c	Sun Aug 11 13:32:28 2002 +0000
@@ -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