From 912324024b3be13ef9c3eedfc437a9fcb7961228 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Dec 2017 16:56:06 +0100 Subject: 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(-) (limited to 'include') 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 -- cgit v1.2.3