mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:53:32 +03:00
parent
c7c362a24c
commit
fa2d6ba84d
7 changed files with 19 additions and 20 deletions
|
|
@ -1396,7 +1396,7 @@ static int _strlen_check(int linenumber, char *buf, size_t len)
|
|||
size_t buflen = strlen(buf);
|
||||
if(len != buflen) {
|
||||
/* they shouldn't differ */
|
||||
printf("sprintf strlen:%d failed:\nwe '%d'\nsystem: '%d'\n",
|
||||
printf("sprintf strlen:%d failed:\nwe '%zu'\nsystem: '%zu'\n",
|
||||
linenumber, buflen, len);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue