Unverified Commit 918987a8 authored by Marcel Raad's avatar Marcel Raad
Browse files

http2-download: fix format specifier

parent 269f7df0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;