git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7288 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-09-05 17:13:03 +00:00
parent bdab21fa97
commit 323877b789
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ static void on_Button_pressed( GtkButton * button,gpointer user_data )
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 );