Index: patches/uloc.patch |
diff --git a/patches/uloc.patch b/patches/uloc.patch |
deleted file mode 100644 |
index 8d1f9421aed88214d966752e17d7c5016e11d7c5..0000000000000000000000000000000000000000 |
--- a/patches/uloc.patch |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-diff --git a/source/common/uloc.cpp b/source/common/uloc.cpp |
-index 88a221c..ae5cdde 100644 |
---- a/source/common/uloc.cpp |
-+++ b/source/common/uloc.cpp |
-@@ -694,7 +694,7 @@ _getKeywords(const char *localeID, |
- } |
- |
- /* Premature end or zero-length value */ |
-- if (!equalSign || equalSign == semicolon) { |
-+ if (!*equalSign || equalSign == semicolon) { |
- *status = U_INVALID_FORMAT_ERROR; |
- return 0; |
- } |