@ntrel commented on this pull request.
> - 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 or view it on GitHub: https://github.com/geany/geany/pull/3397#discussion_r1106998326 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3397/review/[email protected]>
