]> granicus.if.org Git - curl/commitdiff
curl.h: remove incorrect comment about ERRORBUFFER
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Dec 2017 15:56:06 +0000 (16:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Dec 2017 15:56:06 +0000 (16:56 +0100)
... error messages are _not_ sent to stderr if this is not set.

include/curl/curl.h

index f4bf357bfbeaec2eb88838c233aea1d1c7e720fb..7680acd18dba74d8688cdcef0d390d66c015bc61 100644 (file)
@@ -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