mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
http2-download: fix format specifier
Closes https://github.com/curl/curl/pull/3919
This commit is contained in:
parent
269f7df0ae
commit
918987a844
@ -110,7 +110,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
|||||||
|
|
||||||
switch(type) {
|
switch(type) {
|
||||||
case CURLINFO_TEXT:
|
case CURLINFO_TEXT:
|
||||||
fprintf(stderr, "== %d Info: %s", num, data);
|
fprintf(stderr, "== %u Info: %s", num, data);
|
||||||
/* FALLTHROUGH */
|
/* FALLTHROUGH */
|
||||||
default: /* in case a new one is introduced to shock us */
|
default: /* in case a new one is introduced to shock us */
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user