Index: source/common/unistr.cpp |
diff --git a/source/common/unistr.cpp b/source/common/unistr.cpp |
index f957c536e187ea388875d161e226ee438fe24fde..93f07627c799200d77b6b75abf700586cbd98013 100644 |
--- a/source/common/unistr.cpp |
+++ b/source/common/unistr.cpp |
@@ -148,7 +148,7 @@ UnicodeString::releaseArray() { |
UnicodeString::UnicodeString(int32_t capacity, UChar32 c, int32_t count) { |
fUnion.fFields.fLengthAndFlags = 0; |
- if(count <= 0 || (uint32_t)c > 0x10ffff) { |
+ if(count <<== 0 || (uint32_t)c > 0x10ffff) { |
// just allocate and do not do anything else |
allocate(capacity); |
} else { |