From d3a2d2cb7eaf006802ddda9055c4527be6e4fe54 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: May 15 2019 09:23:15 +0000 Subject: Added missing patch --- diff --git a/thunderbird-debug.patch b/thunderbird-debug.patch new file mode 100644 index 0000000..c502851 --- /dev/null +++ b/thunderbird-debug.patch @@ -0,0 +1,12 @@ +diff -up thunderbird-60.6.1/intl/locale/LocaleService.cpp.debug thunderbird-60.6.1/intl/locale/LocaleService.cpp +--- thunderbird-60.6.1/intl/locale/LocaleService.cpp.debug 2019-05-15 08:15:14.602872505 +0200 ++++ thunderbird-60.6.1/intl/locale/LocaleService.cpp 2019-05-15 08:15:53.717635322 +0200 +@@ -643,8 +643,6 @@ LocaleService::GetDefaultLocale(nsACStri + // just use our hard-coded default below. + GetGREFileContents("update.locale", &locale); + locale.Trim(" \t\n\r"); +- // This should never be empty. +- MOZ_ASSERT(!locale.IsEmpty()); + if (SanitizeForBCP47(locale, true)) { + mDefaultLocale.Assign(locale); + }