string formatting: fix 15+ printf-style format strings

This commit is contained in:
Yang Tse 2013-07-24 16:43:13 +02:00
parent 4d346673a2
commit 4fad1943a2
7 changed files with 28 additions and 28 deletions

View file

@ -185,7 +185,7 @@ void *curl_domalloc(size_t wantedsize, int line, const char *source)
}
if(source)
curl_memlog("MEM %s:%d malloc(%zd) = %p\n",
curl_memlog("MEM %s:%d malloc(%zu) = %p\n",
source, line, wantedsize,
mem ? (void *)mem->mem : (void *)0);