diff options
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 } |