From 85a5c7c43565519bd76d9b84880a8557ee3bcb97 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Thu, 14 Aug 2025 16:16:32 +0600 Subject: [PATCH] Changed position of command in output --- source/libublsettingsui-gtk3-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libublsettingsui-gtk3-save.c b/source/libublsettingsui-gtk3-save.c index 370ff5e..a4bb549 100644 --- a/source/libublsettingsui-gtk3-save.c +++ b/source/libublsettingsui-gtk3-save.c @@ -28,7 +28,7 @@ void _yon_saving_threaded(char *final_command){ int file_save; config_str file_return = yon_config_load_file(file,&file_save); fclose(file); - file_return = yon_char_parsed_append(file_return,&file_save,final_command); + file_return = yon_char_parsed_prepend(file_return,&file_save,final_command); if (save_success_function) { struct save_return *data = malloc(sizeof(struct save_return));