Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preferences: fix a bug in "list all" sorting
We compared $_->[0] to $_->[1]. Just two simple bugs in close formation. We needed $a and $b, and we needed the same index.
- Loading branch information