Bug 917955 - Fix crash in PL_strncasecmp | nsCaseInsensitiveCStringComparator::operator()(char const*, char const*, unsigned int, unsigned int) during newsgroup subscribe. Correct sorting order of the filtered newsgroup list. r=jcranmer
This commit is contained in:
Родитель
4a5722d464
Коммит
5769828385
|
@ -74,7 +74,7 @@ public:
|
|||
|
||||
bool LessThan(const nsCString &a, const nsCString &b) const
|
||||
{
|
||||
return Compare(a, b, nsCaseInsensitiveCStringComparator());
|
||||
return Compare(a, b, nsCaseInsensitiveCStringComparator()) < 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче