summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/ucharstriebuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/ucharstriebuilder.cpp')
-rw-r--r--deps/icu-small/source/common/ucharstriebuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/ucharstriebuilder.cpp b/deps/icu-small/source/common/ucharstriebuilder.cpp
index 694648d0c8..049997a275 100644
--- a/deps/icu-small/source/common/ucharstriebuilder.cpp
+++ b/deps/icu-small/source/common/ucharstriebuilder.cpp
@@ -287,7 +287,7 @@ UCharsTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UCha
UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode)
: LinearMatchNode(len, nextNode), s(units) {
- hash=hash*37+ustr_hashUCharsN(units, len);
+ hash=hash*37u+ustr_hashUCharsN(units, len);
}
UBool