From 5da5bcf37902fae4b5d443d05c8b096b460759b8 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 24 Feb 2017 08:39:28 -0500 Subject: Increase size of string buffer for error messages --- include/urweb/types_cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/urweb/types_cpp.h b/include/urweb/types_cpp.h index 47086791..2fa473ac 100644 --- a/include/urweb/types_cpp.h +++ b/include/urweb/types_cpp.h @@ -113,7 +113,7 @@ typedef struct { uw_logger log_error, log_debug; } uw_loggers; -#define ERROR_BUF_LEN 1024 +#define ERROR_BUF_LEN 10240 typedef struct { size_t max; -- cgit v1.2.3