Józef Kucia jkucia@codeweavers.com writes:
This makes __wine_dbg_output() slightly more robust. The change prevents the debug output buffer overflow when __wine_dbg_output() is called repeatedly with small strings.
The goal is to only output complete lines, otherwise it makes a mess of the output. If some code overflows the line buffer that's a bug.