From 3e498a6d0d4918ebed199c9362355f7b433a4e72 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 10 Jun 2011 19:23:55 +0400 Subject: [PATCH] Write logbuf safely. --- src/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filter.c b/src/filter.c index 753c17952..2c094fda8 100644 --- a/src/filter.c +++ b/src/filter.c @@ -461,7 +461,7 @@ composites_foreach_callback (gpointer key, gpointer value, void *data) } /* Add new symbol */ insert_result_single (cd->task, key, 1.0, NULL); - msg_info (logbuf); + msg_info ("%s", logbuf); } } -- 2.39.5