mirror of https://github.com/OpenMW/openmw.git
Replace ciCompareLen with ciStartsWith where possible
`ciCompareLen(a, b, b.size()) == 0` expression is an equivalent of checking for equality of `a` prefix with size `b.size()` with `b`. `ciCompareLen(a, b, a.size()) == 0` is also the same thing but `a` is a prefix `b` should start with.crashfix_debugdraw
parent
bf0865d03d
commit
5dc612aa54
Loading…
Reference in New Issue