gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 17/18: examples/url2file.c: corrected a comment


From: gnunet
Subject: [gnurl] 17/18: examples/url2file.c: corrected a comment
Date: Fri, 20 Dec 2019 14:49:19 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 525787269599b50416965ac77d96e07a5fe1ab52
Author: Rickard Hallerbäck <address@hidden>
AuthorDate: Fri Dec 20 09:40:38 2019 +0100

    examples/url2file.c: corrected a comment
    
    The comment was confusing and suggested that setting CURLOPT_NOPROGRESS
    to 0L would both enable and disable debug output at the same time, like
    a Schrödinger's cat of CURLOPTs.
    
    Closes #4745
---
 docs/examples/url2file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/url2file.c b/docs/examples/url2file.c
index 1bede8c18..099f0aee5 100644
--- a/docs/examples/url2file.c
+++ b/docs/examples/url2file.c
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
   /* Switch on full protocol/debug output while testing */
   curl_easy_setopt(curl_handle, CURLOPT_VERBOSE, 1L);
 
-  /* disable progress meter, set to 0L to enable and disable debug output */
+  /* disable progress meter, set to 0L to enable it */
   curl_easy_setopt(curl_handle, CURLOPT_NOPROGRESS, 1L);
 
   /* send all data to this function  */

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



reply via email to

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