feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
2
engine/thirdparty/icu4c/common/usprep.cpp
vendored
2
engine/thirdparty/icu4c/common/usprep.cpp
vendored
|
|
@ -126,7 +126,7 @@ compareEntries(const UHashTok p1, const UHashTok p2) {
|
|||
name2.pointer = b2->name;
|
||||
path1.pointer = b1->path;
|
||||
path2.pointer = b2->path;
|
||||
return uhash_compareChars(name1, name2) & uhash_compareChars(path1, path2);
|
||||
return uhash_compareChars(name1, name2) && uhash_compareChars(path1, path2);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue