gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 04/63: http2-download: fix format specifier


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 04/63: http2-download: fix format specifier
Date: Fri, 07 Jun 2019 18:36:26 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 918987a844912b431f132b5c4d49fb73a0cb1a0e
Author: Marcel Raad <address@hidden>
AuthorDate: Tue May 21 10:02:39 2019 +0200

    http2-download: fix format specifier
    
    Closes https://github.com/curl/curl/pull/3919
---
 docs/examples/http2-download.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/http2-download.c b/docs/examples/http2-download.c
index b4358fb6e..333b7df2c 100644
--- a/docs/examples/http2-download.c
+++ b/docs/examples/http2-download.c
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]