1000l, reverting 2 more unrelated changes with last commit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17109 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2005-12-06 08:47:32 +00:00
parent 569083894b
commit f95066fb03
1 changed files with 2 additions and 2 deletions

View File

@ -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){