diff options
| author | Gavin Andresen <[email protected]> | 2012-10-01 16:52:42 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-10-01 16:52:42 -0400 |
| commit | 0547b02af78dcf2d84e4905b56c7f95d9582b2f9 (patch) | |
| tree | 6b0990d6e227a056b825825c3276536238b5b3c6 /src/bitcoinrpc.cpp | |
| parent | Merge branch 'master' of github.com:runeksvendsen/bitcoin (diff) | |
| parent | Revert "Remove -Wformat* warnings from makefiles" (diff) | |
| download | discoin-0547b02af78dcf2d84e4905b56c7f95d9582b2f9.tar.xz discoin-0547b02af78dcf2d84e4905b56c7f95d9582b2f9.zip | |
Merge branch '2012_09_fixwformat' of github.com:laanwj/bitcoin
Diffstat (limited to 'src/bitcoinrpc.cpp')
| -rw-r--r-- | src/bitcoinrpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index f9ea4be2c..912f0c411 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -345,7 +345,7 @@ static string HTTPReply(int nStatus, const string& strMsg, bool keepalive) "HTTP/1.1 %d %s\r\n" "Date: %s\r\n" "Connection: %s\r\n" - "Content-Length: %d\r\n" + "Content-Length: %"PRIszu"\r\n" "Content-Type: application/json\r\n" "Server: bitcoin-json-rpc/%s\r\n" "\r\n" |