[MPlayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c, 1.32, 1.33
The Wanderer CVS
syncmail at mplayerhq.hu
Wed Aug 31 23:13:07 CEST 2005
CVS change done by The Wanderer CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv31980/libmpdemux
Modified Files:
asf_mmst_streaming.c
Log Message:
fix longstanding typo - "patentend"
Index: asf_mmst_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_mmst_streaming.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- asf_mmst_streaming.c 3 Jun 2005 15:59:24 -0000 1.32
+++ asf_mmst_streaming.c 31 Aug 2005 21:13:05 -0000 1.33
@@ -441,7 +441,7 @@
if (command == 0x1b)
send_command (s, 0x1b, 0, 0, 0, data);
else if (command == 0x1e) {
- mp_msg(MSGT_NETWORK,MSGL_INFO,"everything done. Thank you for downloading a media file containing proprietary and patentend technology.\n");
+ mp_msg(MSGT_NETWORK,MSGL_INFO,"everything done. Thank you for downloading a media file containing proprietary and patented technology.\n");
return 0;
}
else if (command == 0x21 ) {
More information about the MPlayer-cvslog
mailing list