mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Fixed strCmpV.
This commit is contained in:
@@ -242,7 +242,7 @@ namespace bx
|
||||
|
||||
if (0 == max)
|
||||
{
|
||||
return 0;
|
||||
return _lhsMax == _rhsMax ? 0 : _lhs[ii] - _rhs[ii];
|
||||
}
|
||||
|
||||
if ('0' != _lhs[idx]
|
||||
|
||||
Reference in New Issue
Block a user