mirror of https://github.com/mpv-player/mpv
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:
parent
569083894b
commit
f95066fb03
4
mp_msg.c
4
mp_msg.c
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
#define MSG_USE_COLORS
|
//#define MSG_USE_COLORS
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.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);
|
fprintf(stream, "\033[%d;3%dm",c>>3,c&7);
|
||||||
header= tmp[strlen(tmp)-1] == '\n'
|
header= tmp[strlen(tmp)-1] == '\n'
|
||||||
||tmp[strlen(tmp)-1] == '\r';
|
/*||tmp[strlen(tmp)-1] == '\r'*/;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (lev <= MSGL_WARN){
|
if (lev <= MSGL_WARN){
|
||||||
|
|
Loading…
Reference in New Issue