summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/strerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/strerror.h')
-rw-r--r--libs/libcurl/src/strerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/strerror.h b/libs/libcurl/src/strerror.h
index 278c1082f0..bae8f89745 100644
--- a/libs/libcurl/src/strerror.h
+++ b/libs/libcurl/src/strerror.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -24,7 +24,7 @@
#include "urldata.h"
-#define STRERROR_LEN 128 /* a suitable length */
+#define STRERROR_LEN 256 /* a suitable length */
const char *Curl_strerror(int err, char *buf, size_t buflen);
#if defined(WIN32) || defined(_WIN32_WCE)