From 0190c66a1032abc482bf5ef068e2164feaef432c Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 25 Apr 2025 06:55:43 +0300 Subject: [libaklog] updates --- c_implementation/src/aklogcatter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c_implementation/src/aklogcatter.c') diff --git a/c_implementation/src/aklogcatter.c b/c_implementation/src/aklogcatter.c index 54b1f8c..c002eda 100644 --- a/c_implementation/src/aklogcatter.c +++ b/c_implementation/src/aklogcatter.c @@ -27,6 +27,7 @@ int ak_logcatter() else { line[i] = buffer[0]; + line[i+1] = '\0'; i++; } } -- cgit v1.2.3