frlan commented on this pull request.
> +}
+
+
+/* Create a branch for a folder */
+static void sidebar_create_branch(gint level, const gchar *abs_base_dir,
GSList *leaf_list, GtkTreeIter *parent)
+{
+ GSList *dir_list = NULL;
+ GSList *file_list = NULL;
+ GSList *elem;
+ gchar **path_arr;
+
+ foreach_slist (elem, leaf_list)
+ {
+ if (elem->data == NULL)
+ {
+ continue;
Is this ever passing this point?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/601#pullrequestreview-63956190