32d379b272e582b523ea1ac3a48d94865dd885c8
Currently when you have two entries where one has a longer name ("foobar" and "foobar 2") it does the comparison up to the shorter of the lengths, and then if they match to that length, it does a date comparison instead. This exhibits behaviour different to what one would expect from most implementations.
This change puts the length comparison before the date comparison to make it more like the user would expect.
i.e "foobar" should always be above "foobar 2", and not move depending on the date code.
Main_MiSTer Main Binary and Wiki Repo
This repo serves as the home for the MiSTer Main binaries and the Wiki.
For the purposes of getting google to crawl the wiki, here's a link to the (not for humans) crawlable wiki
If you're a human looking for the wiki, that's here
Description
Languages
C
58.3%
C++
41.5%
HTML
0.1%