changeset 16906:75ccba4bd84b

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