@ntrel commented on this pull request.


In src/templates.c:

>  
-		add_file_item(fname, menu);
+		if (ft)
+			group = &ft_groups[ft->id];
+		if (group->count == 1)

I realized ft is never NULL in this function. The if (ft) checks were redundant, removed.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3397/review/1299303802@github.com>