# HG changeset patch # User pontscho # Date 1029072748 0 # Node ID c8716f1c8965bc781303cabea74361a1baf7176e # Parent 0fa27966ac47f3700de3358093a373aabd25d2c3 10l :) diff -r 0fa27966ac47 -r c8716f1c8965 Gui/interface.c --- 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