mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
string formatting: fix 15+ printf-style format strings
This commit is contained in:
parent
4d346673a2
commit
4fad1943a2
7 changed files with 28 additions and 28 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue