From e840f6879af3fce5592559265264093285b49450 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 19 Mar 2026 11:12:08 +0600 Subject: [PATCH] Replaced deprecated function --- source/ubl-settings-logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c index 1796d02..1c1fc62 100644 --- a/source/ubl-settings-logging.c +++ b/source/ubl-settings-logging.c @@ -493,7 +493,7 @@ void on_inspector_open(GtkWidget *, main_window *widgets){ if (strstr(window->journal_paths[i],"*")){ int cur_size=0; char *cur_folder = yon_char_divide(window->journal_paths[i],yon_char_find_last(window->journal_paths[i],'/')); - config_str files = yon_dir_get_contents(cur_folder,&cur_size); + config_str files = yon_file_ls(cur_folder,&cur_size); char *prearg = yon_char_divide_search(window->journal_paths[i],"*",-1); for (int j=0;jjournal_paths[i])&&strstr(files[j],prearg)){ -- 2.35.1