Fixed strCmpV.

This commit is contained in:
Branimir Karadžić
2017-10-01 23:50:00 -07:00
parent 67372295cd
commit a5f998dd8f
2 changed files with 5 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ namespace bx
if (0 == max)
{
return 0;
return _lhsMax == _rhsMax ? 0 : _lhs[ii] - _rhs[ii];
}
if ('0' != _lhs[idx]