mirror of
https://github.com/curl/curl.git
synced 2026-08-02 17:10:29 +03:00
http2-download: fix format specifier
Closes https://github.com/curl/curl/pull/3919
This commit is contained in:
parent
269f7df0ae
commit
918987a844
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
|||
|
||||
switch(type) {
|
||||
case CURLINFO_TEXT:
|
||||
fprintf(stderr, "== %d Info: %s", num, data);
|
||||
fprintf(stderr, "== %u Info: %s", num, data);
|
||||
/* FALLTHROUGH */
|
||||
default: /* in case a new one is introduced to shock us */
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue