| Index: README.chromium
|
| diff --git a/README.chromium b/README.chromium
|
| index 00ad8d5811eaad5020f3b39cc36a1dfe2656420d..d03c6feffe77416d29bd0f2f47add06790901b9e 100644
|
| --- a/README.chromium
|
| +++ b/README.chromium
|
| @@ -23,8 +23,8 @@ This is a partial copy of Hunspell 1.3.2 with the following changes:
|
| The patch is in google.patch.
|
| * Add a pointer to the bdict_reader into the "SuggestMgr" so that it can use the
|
| replacement table from the bdict file for the secondary suggestion mechanism.
|
| -* Reduce maximum word length to spellcheck from 99 to 98 characters to avoid
|
| - a crash in SuggestMgr::forgotchar_utf() in Windows.
|
| +* Avoid crash in SuggestMgr::forgotchar_utf() and SuggestMgr::forgotchar() on
|
| + Windows by using a one-character larger buffer.
|
|
|
| All dictionaries used by Chromium has been checked in to the
|
| 'third_party/hunspell_dictionaries' directory. They have several additions over
|
|
|