mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-06 02:08:25 +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.