Mercurial > mplayer.hg
changeset 17108:f9a03e3c8e23
1000l, reverting 2 more unrelated changes with last commit
author | ods15 |
---|---|
date | Tue, 06 Dec 2005 08:47:32 +0000 |
parents | 1223e30c8f9e |
children | 327be31a101d |
files | mp_msg.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mp_msg.c Tue Dec 06 08:45:06 2005 +0000 +++ b/mp_msg.c Tue Dec 06 08:47:32 2005 +0000 @@ -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){