[MPlayer-cvslog] CVS: main mp_msg.c,1.29,1.30

Oded Shimon CVS syncmail at mplayerhq.hu
Tue Dec 6 09:47:34 CET 2005


CVS change done by Oded Shimon CVS

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

Modified Files:
	mp_msg.c 
Log Message:
1000l, reverting 2 more unrelated changes with last commit


Index: mp_msg.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp_msg.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mp_msg.c	6 Dec 2005 08:42:47 -0000	1.29
+++ mp_msg.c	6 Dec 2005 08:47:32 -0000	1.30
@@ -1,5 +1,5 @@
 
-#define MSG_USE_COLORS
+//#define MSG_USE_COLORS
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -137,7 +137,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