[MPlayer-cvslog] CVS: main/libaf af_ladspa.c,1.6,1.7

Paolo Tresoldi PaulTT syncmail at mplayerhq.hu
Sat Nov 5 01:45:58 CET 2005


CVS change done by Paolo Tresoldi (PaulTT)

Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv11939/libaf

Modified Files:
	af_ladspa.c 
Log Message:
MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h

Index: af_ladspa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_ladspa.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- af_ladspa.c	10 Aug 2005 23:27:39 -0000	1.6
+++ af_ladspa.c	5 Nov 2005 00:45:56 -0000	1.7
@@ -497,7 +497,7 @@
  */
 
 static int af_ladspa_malloc_failed(char *myname) {
-    af_msg(AF_MSG_ERROR, "%s: %s\n", myname, MSGTR_MemAllocFailed);
+    af_msg(AF_MSG_ERROR, "%s: %s", myname, MSGTR_MemAllocFailed);
     return AF_ERROR;
 }
 




More information about the MPlayer-cvslog mailing list