summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 83934ac..680f097 100644
--- a/include/common.h
+++ b/include/common.h
@@ -42,7 +42,7 @@ typedef enum {
HONEY_N_ERRORS } honey_error;
-#define HONEY_ERROR_DATA_STRING_LENGTH 512
+#define HONEY_ERROR_DATA_STRING_LENGTH 4096
static struct {
char string1[HONEY_ERROR_DATA_STRING_LENGTH];