[MPlayer-cvslog] CVS: main/libmpdemux asf_streaming.c,1.58,1.59
Paolo Tresoldi PaulTT
syncmail at mplayerhq.hu
Sat Nov 5 01:53:35 CET 2005
CVS change done by Paolo Tresoldi (PaulTT)
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv1951/libmpdemux
Modified Files:
asf_streaming.c
Log Message:
Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
Index: asf_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_streaming.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- asf_streaming.c 31 Oct 2005 23:37:41 -0000 1.58
+++ asf_streaming.c 5 Nov 2005 00:53:33 -0000 1.59
@@ -718,7 +718,7 @@
asf_http_ctrl = (asf_http_streaming_ctrl_t*)malloc(sizeof(asf_http_streaming_ctrl_t));
if( asf_http_ctrl==NULL ) {
- mp_msg(MSGT_NETWORK,MSGL_FATAL,MSGTR_MPDEMUX_ASF_MallocFailed);
+ mp_msg(MSGT_NETWORK,MSGL_FATAL,MSGTR_MemAllocFailed);
return -1;
}
asf_http_ctrl->streaming_type = ASF_Unknown_e;
More information about the MPlayer-cvslog
mailing list