Fix off-by-1 in WMArray iteration #26
Reference in New Issue
Block a user
Delete Branch "trurl/wmaker:refactor/riir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WMArray iteration (powered by C macros and iterator manipulation functions that were rewritten in Rust) has had a bug that repeats the first array item once. This is corrected by initializing an array iterator with the correct value (one past the first or last item, not pointing directly at the first or last item).