mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Use mm_stdio->write() instead of mm_stdio->puts() so that carriage returns are not removed.
This commit is contained in:
parent
df5e9d869b
commit
141fa9974e
@ -1315,7 +1315,7 @@ mxmsg(int level,
|
||||
mm_stdio->puts(prefix);
|
||||
|
||||
output = from_utf8(cc_stdio, mxvsprintf(new_fmt.c_str(), ap));
|
||||
mm_stdio->puts(output);
|
||||
mm_stdio->write(output.c_str(), output.length());
|
||||
mm_stdio->flush();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user