Refactoring of dir_list and related code #3066
Labels
area: core
Issues not related to a specific subsystem
prio: medium
Has the potential to affect progress
Milestone
Important
This issue was migrated from Trac:
andrew_b
(@aborodin)The dir_list structure contains two members:
There is no member here which stored number of used elements in list. This info is kept outside dir_list (WPanel::count for reference). Actually, dir_list should have a member (len) to keep an actual length of list (number of used elements).
The text was updated successfully, but these errors were encountered: