From: Daniel Stenberg Date: Fri, 8 Dec 2017 15:56:06 +0000 (+0100) Subject: curl.h: remove incorrect comment about ERRORBUFFER X-Git-Tag: curl-7_58_0~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=912324024b3be13ef9c3eedfc437a9fcb7961228;p=curl curl.h: remove incorrect comment about ERRORBUFFER ... error messages are _not_ sent to stderr if this is not set. --- 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