[MPlayer-cvslog] CVS: main mp_msg.c,1.33,1.34

Oded Shimon CVS syncmail at mplayerhq.hu
Fri Feb 24 15:56:30 CET 2006


CVS change done by Oded Shimon CVS

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

Modified Files:
	mp_msg.c 
Log Message:
This now works correctly thanks to clear-to-end-of-line patch


Index: mp_msg.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp_msg.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- mp_msg.c	9 Feb 2006 14:07:52 -0000	1.33
+++ mp_msg.c	24 Feb 2006 14:56:28 -0000	1.34
@@ -140,7 +140,7 @@
         }
         fprintf(stream, "\033[%d;3%dm",c>>3,c&7);
         header=    tmp[strlen(tmp)-1] == '\n'
-                 /*||tmp[strlen(tmp)-1] == '\r'*/;
+                 ||tmp[strlen(tmp)-1] == '\r';
     }
 #endif
     if (lev <= MSGL_WARN){




More information about the MPlayer-cvslog mailing list