diff options
Diffstat (limited to 'icu.9948.mlym-crash.patch')
-rw-r--r-- | icu.9948.mlym-crash.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/icu.9948.mlym-crash.patch b/icu.9948.mlym-crash.patch new file mode 100644 index 0000000..b9e7e7f --- /dev/null +++ b/icu.9948.mlym-crash.patch @@ -0,0 +1,11 @@ +--- icu/source/layout/IndicClassTables.cpp 2013-02-19 16:04:09.919412782 +0000 ++++ icu/source/layout/IndicClassTables.cpp 2013-02-19 16:04:14.519351601 +0000 +@@ -273,7 +273,7 @@ + + static const IndicClassTable kndaClassTable = {0x0C80, 0x0CEF, 4, KNDA_SCRIPT_FLAGS, kndaCharClasses, kndaSplitTable}; + +-static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 3, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable}; ++static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 4, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable}; + + static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 4, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable}; + |