summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/tools/toolutil/swapimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/tools/toolutil/swapimpl.cpp')
-rw-r--r--deps/icu-small/source/tools/toolutil/swapimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/tools/toolutil/swapimpl.cpp b/deps/icu-small/source/tools/toolutil/swapimpl.cpp
index a64a6a1703..f3f333a005 100644
--- a/deps/icu-small/source/tools/toolutil/swapimpl.cpp
+++ b/deps/icu-small/source/tools/toolutil/swapimpl.cpp
@@ -336,7 +336,7 @@ ucase_swap(const UDataSwapper *ds,
((pInfo->formatVersion[0]==1 &&
pInfo->formatVersion[2]==UTRIE_SHIFT &&
pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT) ||
- pInfo->formatVersion[0]==2 || pInfo->formatVersion[0]==3)
+ 2<=pInfo->formatVersion[0] || pInfo->formatVersion[0]<=4)
)) {
udata_printError(ds, "ucase_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as case mapping data\n",
pInfo->dataFormat[0], pInfo->dataFormat[1],