]> Git Repo - VerusCoin.git/commit
Use explicit fflush() instead of setvbuf()
authorAdam Weiss <[email protected]>
Wed, 10 Sep 2014 16:26:59 +0000 (12:26 -0400)
committerAdam Weiss <[email protected]>
Wed, 10 Sep 2014 16:48:13 +0000 (12:48 -0400)
commite982b574a5e8878fb50f8f75c179474f2b1661dd
tree02ca4e9f00b2f6af46a771766fca0b915e90933f
parentdef2fdb4b9b52fa908c11fe2f5a42ea04f8e9f11
Use explicit fflush() instead of setvbuf()

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.
src/init.cpp
src/util.cpp
This page took 0.029105 seconds and 4 git commands to generate.