summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/test/util/test_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/test/util/test_util.c b/util/test/util/test_util.c
index dd37710..df9649c 100644
--- a/util/test/util/test_util.c
+++ b/util/test/util/test_util.c
@@ -243,7 +243,7 @@ void
test_log_write(
)
{
- char msg[10];
+ char msg[20];
printf("start of test_log_write\n\n");
axutil_allocator_t *allocator = axutil_allocator_init(NULL);
if (!allocator)