mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:23:34 +03:00
infof/failf calls: fix format specifiers
Update a few format specifiers to match what is being printed. Closes #6241
This commit is contained in:
parent
020aa0131b
commit
920f49a20b
12 changed files with 20 additions and 20 deletions
|
|
@ -923,7 +923,7 @@ static int _ldap_url_parse2(const struct connectdata *conn, LDAPURLDesc *ludp)
|
|||
char *unescaped;
|
||||
CURLcode result;
|
||||
|
||||
LDAP_TRACE(("attr[%d] '%s'\n", i, attributes[i]));
|
||||
LDAP_TRACE(("attr[%zu] '%s'\n", i, attributes[i]));
|
||||
|
||||
/* Unescape the attribute */
|
||||
result = Curl_urldecode(conn->data, attributes[i], 0, &unescaped, NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue