@LiquidCake commented on this pull request.


> +     const gchar *filename;
+
+       dir = g_dir_open(persistent_temp_files_target_dir, 0, &error);
+       if (dir == NULL)
+       {
+               dialogs_show_msgbox(GTK_MESSAGE_ERROR, _("Persistent temp files 
directory not found"));
+               return NULL;
+       }
+
+       static glong temp_file_name_prefix_len = 
strlen(PERSISTENT_TEMP_FILE_NAME_PREFIX);
+
+       max_temp_file_number = 0;
+
+       foreach_dir(filename, dir)
+       {
+               utf8_filename = utils_get_utf8_from_locale(filename);

removed

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1650151916
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3911/review/2134377...@github.com>

Reply via email to