Mercurial > mplayer.hg
diff mp_msg.c @ 17108:f9a03e3c8e23
1000l, reverting 2 more unrelated changes with last commit
| author | ods15 |
|---|---|
| date | Tue, 06 Dec 2005 08:47:32 +0000 |
| parents | 05af35012e4f |
| children | 637a2f4ff216 |
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){
