Character category index fixed

This commit is contained in:
Simon Rozman 2016-05-13 13:22:17 +02:00
parent 5d732522fe
commit 1198579963
2 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ namespace ZRCola {
virtual int compare(_In_ const chrcat &a, _In_ const chrcat &b) const virtual int compare(_In_ const chrcat &a, _In_ const chrcat &b) const
{ {
if (a.id < b.id) return -1; if (a.id < b.id) return -1;
else if (a.id < b.id) return 1; else if (a.id > b.id) return 1;
else return 0; else return 0;
} }
} idxChrCat; ///< Character category index } idxChrCat; ///< Character category index

Binary file not shown.