diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-12 13:52:51 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-12 14:01:48 +0200 |
commit | c3ad56f4e0b587d8d763af03d743fdfc2d180c9b (patch) | |
tree | 2d2b7e758ff288d0b273a33c9dc942f20e47a631 /src/rpcprotocol.cpp | |
parent | 68d5fb3cb3bf456735ff48c8caa5e4074ae8579a (diff) | |
parent | 783b182c8fa92674fa609b584c0b187469893ca4 (diff) |
Merge pull request #4138
783b182 Remove dummy PRIszX macros for formatting (Wladimir J. van der Laan)
Diffstat (limited to 'src/rpcprotocol.cpp')
-rw-r--r-- | src/rpcprotocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp index 652b14d187..5cbaa535ab 100644 --- a/src/rpcprotocol.cpp +++ b/src/rpcprotocol.cpp @@ -92,7 +92,7 @@ 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: %"PRIszu"\r\n" + "Content-Length: %u\r\n" "Content-Type: application/json\r\n" "Server: bitcoin-json-rpc/%s\r\n" "\r\n" |