mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-11-18 08:15:59 +00:00
The numeric sort was throwing up it's hands on pure text keys. Fix by adding an 'or cmp' to try string comparison if numerical sort counts them as equal.