From 73893fa13293b1aa067a6cd93f7dbe6a06a93c2e Mon Sep 17 00:00:00 2001 From: lucielle Date: Wed, 20 May 2026 15:29:16 -0500 Subject: [PATCH] make max_string_len modifyable --- include/LLog.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/LLog.h b/include/LLog.h index 73d574f..98d3837 100644 --- a/include/LLog.h +++ b/include/LLog.h @@ -5,7 +5,9 @@ #include #include +#ifndef max_string_len #define max_string_len 1024 +#endif typedef struct { char *buf;