Actions
Bug #256
closedQt: fc_client::slot_selection_changed() Inconsistent direction of for loop
Start date:
02/11/2024
Due date:
% Done:
0%
Estimated time:
Description
CodeQL warns about fc_client::slot_selection_changed() having a Inconsistent direction of for loop.
for (nat_y = 0; nat_y > -1; nat_y++) {
Actions