changeset 7287:acf33c922840

100l
author pontscho
date Thu, 05 Sep 2002 17:13:03 +0000
parents 98dd8785cf24
children 159a5be61015
files Gui/mplayer/gtk/url.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 );