[MPlayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c, 1.34, 1.35
Paolo Tresoldi PaulTT
syncmail at mplayerhq.hu
Sat Nov 5 01:51:38 CET 2005
CVS change done by Paolo Tresoldi (PaulTT)
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv3860/libmpdemux
Modified Files:
asf_mmst_streaming.c
Log Message:
Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
Index: asf_mmst_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_mmst_streaming.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- asf_mmst_streaming.c 31 Oct 2005 23:37:41 -0000 1.34
+++ asf_mmst_streaming.c 5 Nov 2005 00:51:36 -0000 1.35
@@ -525,7 +525,7 @@
*/
unescpath=malloc(strlen(path)+1);
if (!unescpath) {
- mp_msg(MSGT_NETWORK,MSGL_FATAL,MSGTR_MPDEMUX_MMST_MallocFailed);
+ mp_msg(MSGT_NETWORK,MSGL_FATAL,MSGTR_MemAllocFailed);
return -1;
}
url_unescape_string(unescpath,path);
More information about the MPlayer-cvslog
mailing list