diff options
| author | Satoshi Nakamoto <[email protected]> | 2010-07-26 17:40:05 +0000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-07-26 17:40:05 +0000 |
| commit | 40cd0369419323f8d7385950e20342e998c994e1 (patch) | |
| tree | af4d40473a1073f108442aa8fe50a9b72462ece4 /rpc.cpp | |
| parent | Configuration file, HTTP Basic authentication (diff) | |
| download | archived-discoin-0.3.3.tar.xz archived-discoin-0.3.3.zip | |
Gavin Andresen's JSON-RPC HTTP authentication,v0.3.3
faster initial block download
-- version 0.3.3
Diffstat (limited to 'rpc.cpp')
| -rw-r--r-- | rpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ void PrintConsole(const char* format, ...) #if defined(__WXMSW__) && wxUSE_GUI MyMessageBox(buffer, "Bitcoin", wxOK | wxICON_EXCLAMATION); #else - fprintf(stdout, buffer); + fprintf(stdout, "%s", buffer); #endif } |