diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-23 19:16:36 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-23 19:16:36 +0000 |
| commit | 776d0f34595fd616129d4816a337662ff39de7c6 (patch) | |
| tree | 3fbcf0ee1967e7ee51745b6e89520ca37185c6ba /util.cpp | |
| parent | Depracate "label" API, replacing with account (diff) | |
| download | discoin-776d0f34595fd616129d4816a337662ff39de7c6.tar.xz discoin-776d0f34595fd616129d4816a337662ff39de7c6.zip | |
new getwork
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@189 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'util.cpp')
| -rw-r--r-- | util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ inline int OutputDebugStringF(const char* pszFormat, ...) va_start(arg_ptr, pszFormat); ret = vfprintf(fileout, pszFormat, arg_ptr); va_end(arg_ptr); + fflush(fileout); } } |