1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-12 04:14:05 +00:00
elsid 5dc612aa54
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.
2022-08-22 09:32:22 +02:00
..
2021-07-09 20:24:56 +02:00
2022-05-22 09:29:03 +02:00
2021-10-28 22:16:43 +02:00
2022-05-22 09:29:03 +02:00
2022-08-13 11:15:12 +02:00
2022-08-11 22:51:55 +02:00
2022-08-11 22:51:55 +02:00
2022-05-21 10:48:32 +02:00
2022-05-22 09:29:03 +02:00