gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 42/125: curl.h: remove incorrect comment about ERRO


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 42/125: curl.h: remove incorrect comment about ERRORBUFFER
Date: Sun, 21 Jan 2018 23:41:37 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 912324024b3be13ef9c3eedfc437a9fcb7961228
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Dec 8 16:56:06 2017 +0100

    curl.h: remove incorrect comment about ERRORBUFFER
    
    ... error messages are _not_ sent to stderr if this is not set.
---
 include/curl/curl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/curl/curl.h b/include/curl/curl.h
index f4bf357bf..7680acd18 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -938,7 +938,7 @@ typedef enum {
   CINIT(READDATA, OBJECTPOINT, 9),
 
   /* Buffer to receive error messages in, must be at least CURL_ERROR_SIZE
-   * bytes big. If this is not used, error messages go to stderr instead: */
+   * bytes big. */
   CINIT(ERRORBUFFER, OBJECTPOINT, 10),
 
   /* Function that will be called to store the output (instead of fwrite). The

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



reply via email to

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