summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/play.c')
-rw-r--r--Gui/mplayer/play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index 36093bfa45..add645aa37 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -57,7 +57,7 @@ printf("%%%%%% STOP \n");
void mplPlay( void )
{
- if ( !strlen( mplShMem->Filename ) ) return;
+ if ( strlen( mplShMem->Filename ) == 0 ) return;
if ( mplShMem->Playing ) mplStop();
// ---
printf("%%%%%% PLAY \n");