[Mplayer-cvslog] CVS: main/libmpdemux asf_streaming.c,1.46,1.47

Alex Beregszaszi syncmail at mplayerhq.hu
Fri Jun 25 19:02:53 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv6993/libmpdemux

Modified Files:
	asf_streaming.c 
Log Message:
correct spelling

Index: asf_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_streaming.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- asf_streaming.c	6 Jun 2004 14:53:03 -0000	1.46
+++ asf_streaming.c	25 Jun 2004 17:02:51 -0000	1.47
@@ -447,7 +447,7 @@
 				mp_msg(MSGT_NETWORK,MSGL_V,"=====> ASF Plain text\n");
 				return ASF_PlainText_e;
 			} else if( (!strcasecmp(content_type, "text/html")) ) {
-				mp_msg(MSGT_NETWORK,MSGL_V,"=====> HTML, mplayer is not a browser...yet!\n");
+				mp_msg(MSGT_NETWORK,MSGL_V,"=====> HTML, MPlayer is not a browser...yet!\n");
 				return ASF_Unknown_e;
 			} else {
 				mp_msg(MSGT_NETWORK,MSGL_V,"=====> ASF Redirector\n");




More information about the MPlayer-cvslog mailing list