LarsGit223 commented on this pull request.
- GSList *ignored_dirs_list = NULL;
+ GSList *ignored_file_list = NULL; + GHashTable *visited_paths; + GSList *lst; + GSList *elem; + guint filenum = 0; + gchar *searchdir; + + wb_project_dir_remove_from_tm_workspace(root); + g_hash_table_remove_all(root->file_table); + + if (!root->file_patterns || !root->file_patterns[0]) + { + gchar **all_pattern = g_strsplit ("*", " ", -1); + pattern_list = get_precompiled_patterns(all_pattern); + g_strfreev(all_pattern);
None, except not having seen it. Simplified it as suggested.