Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 53f3823ad4131d5f342078a9d59a0141 > files > 12

icu-53.1-12.8.mga5.src.rpm

Index: /icu/trunk/source/common/uresbund.cpp
===================================================================
--- /icu/trunk/source/common/uresbund.cpp	(revision 37216)
+++ /icu/trunk/source/common/uresbund.cpp	(revision 37217)
@@ -55,5 +55,5 @@
     namekey.pointer = b->fName;
     pathkey.pointer = b->fPath;
-    return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
+    return uhash_hashChars(namekey)+37u*uhash_hashChars(pathkey);
 }