diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-12-08 16:56:06 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-08 16:56:06 +0100 |
commit | 912324024b3be13ef9c3eedfc437a9fcb7961228 (patch) | |
tree | 59cdb5a6913433adda0a3c83848a1cc17a4a96c8 /include | |
parent | ebaab4d17d7fa5a9098eb93c65f67f7f70d9e634 (diff) | |
download | curl-912324024b3be13ef9c3eedfc437a9fcb7961228.tar.gz |
curl.h: remove incorrect comment about ERRORBUFFER
... error messages are _not_ sent to stderr if this is not set.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |