From 927c62dc6ec430802eb69a147581b5c1f34f9318 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 24 Nov 2023 14:43:50 +0600 Subject: [PATCH] Fixed dividing of monitoring logs --- source/ubl-settings-logging.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c index 1bf2e31..82d6cc1 100644 --- a/source/ubl-settings-logging.c +++ b/source/ubl-settings-logging.c @@ -146,6 +146,7 @@ void yon_logs_custom_save(main_window *widgets){ if (standard!=1){ for (int i=0;ilist,&iter); + cur_watcher[1] = yon_char_replace(cur_watcher[1],",","\n"); gtk_list_store_set(widgets->list,&iter,0,cur_watcher[0],1,cur_watcher[1],2,cur_watcher[2]?cur_watcher[2]:"",-1); yon_char_parsed_free(cur_watcher,cur_size); }