summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:47:32 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:47:32 +0000
commitf95066fb03378aed9b74f471a57cb6e09ba37064 (patch)
treeedb806e76337b508b977b548d939733132b7468b /mp_msg.c
parent569083894beaef1d0a76211c6a1e22aa8df0b922 (diff)
downloadmpv-f95066fb03378aed9b74f471a57cb6e09ba37064.tar.bz2
mpv-f95066fb03378aed9b74f471a57cb6e09ba37064.tar.xz
1000l, reverting 2 more unrelated changes with last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17109 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp_msg.c b/mp_msg.c
index 4a04d35bd9..3ee78f7b6f 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -1,5 +1,5 @@
-#define MSG_USE_COLORS
+//#define MSG_USE_COLORS
#include <stdio.h>
#include <stdlib.h>
@@ -137,7 +137,7 @@ void mp_msg(int mod, int lev, const char *format, ... ){
}
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){