Browse Source
Flushing after every line when printing to console is desirable when running with systemd but setvbuf() has slightly different semantics on Windows that causes warnings. Just do an explicit fflush() after each line print to console instead.0.10
Adam Weiss
10 years ago
2 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue