fix -Wformat warnings all over the source

This commit is contained in:
Philip Kaufmann
2012-09-29 11:57:44 +02:00
committed by Wladimir J. van der Laan
parent bcc292b22d
commit d210f4f5b8
9 changed files with 32 additions and 32 deletions

View File

@@ -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"