summaryrefslogtreecommitdiff
path: root/icu68.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-05 00:20:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-05 00:20:38 -0700
commit778138c15bce7ee7727b05541aa00bd52e2bccf4 (patch)
tree97c0149405db25a2eb7b7236a0f7b77ab1bffcc6 /icu68.patch
parentFix lto (diff)
download0ad-778138c15bce7ee7727b05541aa00bd52e2bccf4.tar.xz
Updated to a24.b-4
Diffstat (limited to 'icu68.patch')
-rw-r--r--icu68.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/icu68.patch b/icu68.patch
deleted file mode 100644
index 5e9199d..0000000
--- a/icu68.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-../../../source/i18n/L10n.cpp:208:82: error: use of undeclared identifier 'TRUE'
- currentLocaleIsOriginalGameLocale = (currentLocale == icu::Locale::getUS()) == TRUE;
- ^
-
---- source/i18n/L10n.cpp.orig 2018-04-10 18:13:32 UTC
-+++ source/i18n/L10n.cpp
-@@ -205,7 +205,7 @@ void L10n::ReevaluateCurrentLocaleAndReload()
- else
- {
- GetDictionaryLocale(locale, currentLocale);
-- currentLocaleIsOriginalGameLocale = (currentLocale == icu::Locale::getUS()) == TRUE;
-+ currentLocaleIsOriginalGameLocale = (currentLocale == icu::Locale::getUS()) == true;
- useLongStrings = false;
- }
- LoadDictionaryForCurrentLocale();