changeset 16907:54a414dd1c0b

Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
author ptt
date Sat, 05 Nov 2005 00:53:33 +0000
parents 75ccba4bd84b
children bd4cac0d5e0e
files libmpdemux/asf_streaming.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/asf_streaming.c	Sat Nov 05 00:51:36 2005 +0000
+++ b/libmpdemux/asf_streaming.c	Sat Nov 05 00:53:33 2005 +0000
@@ -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;