Character category index fixed
This commit is contained in:
parent
5d732522fe
commit
1198579963
@ -306,7 +306,7 @@ namespace ZRCola {
|
||||
virtual int compare(_In_ const chrcat &a, _In_ const chrcat &b) const
|
||||
{
|
||||
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;
|
||||
}
|
||||
} idxChrCat; ///< Character category index
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user