aboutsummaryrefslogtreecommitdiff
path: root/src/rpcprotocol.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-05-12 13:52:51 +0200
committerWladimir J. van der Laan <[email protected]>2014-05-12 14:01:48 +0200
commitc3ad56f4e0b587d8d763af03d743fdfc2d180c9b (patch)
tree2d2b7e758ff288d0b273a33c9dc942f20e47a631 /src/rpcprotocol.cpp
parentMerge pull request #4165 (diff)
parentRemove dummy PRIszX macros for formatting (diff)
downloaddiscoin-c3ad56f4e0b587d8d763af03d743fdfc2d180c9b.tar.xz
discoin-c3ad56f4e0b587d8d763af03d743fdfc2d180c9b.zip
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp
index 652b14d18..5cbaa535a 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"