diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-09-11 08:56:23 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-09-11 08:56:34 +0200 |
| commit | 8040e938c56f65a8e46bc0ad0b6bd35c63185749 (patch) | |
| tree | 02ca4e9f00b2f6af46a771766fca0b915e90933f /src/init.cpp | |
| parent | Fix crashing bug caused by orphan(s) with duplicate prevout.hash (diff) | |
| parent | Use explicit fflush() instead of setvbuf() (diff) | |
| download | discoin-8040e938c56f65a8e46bc0ad0b6bd35c63185749.tar.xz discoin-8040e938c56f65a8e46bc0ad0b6bd35c63185749.zip | |
Merge pull request #4892
e982b57 Use explicit fflush() instead of setvbuf() (Adam Weiss)
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 31f64878f..2e18f485b 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -630,7 +630,6 @@ bool AppInit2(boost::thread_group& threadGroup) fPrintToConsole = GetBoolArg("-printtoconsole", false); fLogTimestamps = GetBoolArg("-logtimestamps", true); fLogIPs = GetBoolArg("-logips", false); - setvbuf(stdout, NULL, _IOLBF, 0); #ifdef ENABLE_WALLET bool fDisableWallet = GetBoolArg("-disablewallet", false); #endif |