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

@@ -885,7 +885,7 @@ void ThreadSocketHandler2(void* parg)
if (nPos > ReceiveBufferSize()) {
if (!pnode->fDisconnect)
printf("socket recv flood control disconnect (%d bytes)\n", vRecv.size());
printf("socket recv flood control disconnect (%"PRIszu" bytes)\n", vRecv.size());
pnode->CloseSocketDisconnect();
}
else {