mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
curl.h: remove incorrect comment about ERRORBUFFER
... error messages are _not_ sent to stderr if this is not set.
This commit is contained in:
parent
ebaab4d17d
commit
912324024b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user