From 6dcb04544b2d3a9769219bad69e57ccf39cc96a7 Mon Sep 17 00:00:00 2001 From: Milang Date: Sat, 26 Oct 2019 17:22:20 +0200 Subject: [PATCH] bug fix in ram management --- liblog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblog.c b/liblog.c index 443bb6a..23d9ee7 100644 --- a/liblog.c +++ b/liblog.c @@ -57,7 +57,7 @@ static log_line* cut_line() first_line.next=maillon_suivant; if (maillon_suivant) maillon_suivant->previous=&first_line; - + number_messages--; return maillon; }