# HG changeset patch # User pontscho # Date 1031245983 0 # Node ID acf33c922840e85f80a017e058504911b5a463de # Parent 98dd8785cf2417a3c58d075c0de13618b5750acc 100l diff -r 98dd8785cf24 -r acf33c922840 Gui/mplayer/gtk/url.c --- 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 );