1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-24 20:31:37 +00:00

This now works correctly thanks to clear-to-end-of-line patch

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17673 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2006-02-24 14:56:28 +00:00
parent d2b49efc98
commit ddefa84a43

View File

@ -140,7 +140,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){