[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk url.c,1.7,1.8
Zoltan Ponekker
pontscho at mplayerhq.hu
Thu Sep 5 19:13:06 CEST 2002
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv21611/Gui/mplayer/gtk
Modified Files:
url.c
Log Message:
100l
Index: url.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/url.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- url.c 26 Aug 2002 22:20:57 -0000 1.7
+++ url.c 5 Sep 2002 17:13:03 -0000 1.8
@@ -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 );
More information about the MPlayer-cvslog
mailing list