Fixed sorting rules for file and url lists.
This commit is contained in:
@@ -700,7 +700,7 @@ void ExternUtilMenu(GMsg* msg)
|
||||
|
||||
static bool PeekURLCmp(const std::string &a, const std::string b)
|
||||
{
|
||||
return stricmp(a.c_str(), b.c_str()) > 0;
|
||||
return stricmp(a.c_str(), b.c_str()) < 0;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user