Octal450 / J-Runner-with-Extras

Source code to the J-Runner with Extras executable. Requires the proper support files, package can be found in README
https://www.realmodscene.com/index.php?/topic/10565-j-runner-with-extras-17559-built-in-timings-bugfixes-and-new-features/
MIT License
248 stars 33 forks source link

Bug - Kernel versions are sorted like strings instead of integers #13

Closed nikdiklic closed 2 years ago

nikdiklic commented 2 years ago

Describe the bug Kernel versions are not properly sorted. They follow the string sorting instead of integer sorting. This would keep the newer dash versions on the bottom of the list

Expected behaviour A properly sorted list would be 6717, 7371, 9199, 17489, 17559

Screenshots image

Octal450 commented 2 years ago

Good find! Will look into it.

Kind Regards, Josh

Octal450 commented 2 years ago

Thanks for the fix in #14 Thank you! Josh