Mercurial > hg > audiodb
changeset 75:a7b7a1ca68b8
Whoops. %lud is not "long unsigned int", it's "long unsigned int + d".
author | mas01cr |
---|---|
date | Mon, 01 Oct 2007 13:32:55 +0000 |
parents | ec349966368c |
children | f6cc39635877 |
files | audioDB.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audioDB.cpp Thu Sep 27 09:28:23 2007 +0000 +++ b/audioDB.cpp Mon Oct 01 13:32:55 2007 +0000 @@ -2436,7 +2436,7 @@ soap_print_fault(&soap, stderr); break; } - fprintf(stderr, "%d: accepted connection from IP=%lud.%lud.%lud.%lud socket=%d\n", i, + fprintf(stderr, "%d: accepted connection from IP=%lu.%lu.%lu.%lu socket=%d\n", i, (soap.ip >> 24)&0xFF, (soap.ip >> 16)&0xFF, (soap.ip >> 8)&0xFF, soap.ip&0xFF, s); if (soap_serve(&soap) != SOAP_OK) // process RPC request soap_print_fault(&soap, stderr); // print error