diff Gui/mplayer/gtk/url.c @ 7287:acf33c922840

100l
author pontscho
date Thu, 05 Sep 2002 17:13:03 +0000
parents 8e9607c5897e
children e5dda05f9aab
line wrap: on
line diff
--- a/Gui/mplayer/gtk/url.c	Thu Sep 05 16:42:38 2002 +0000
+++ b/Gui/mplayer/gtk/url.c	Thu Sep 05 17:13:03 2002 +0000
@@ -73,7 +73,7 @@
 
    if ( str )
     {
-     if ( strncmp( str,"http://",7 ) && strncmp( str,"ftp://",6 ) && !strncmp( str,"mms://",6 ) )
+     if ( strncmp( str,"http://",7 ) && strncmp( str,"ftp://",6 ) && strncmp( str,"mms://",6 ) )
       {
        gchar * tmp;
        tmp=malloc( strlen( str ) + 8 );