This commit was generated by cvs2svn to compensate for changes in r104912,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Ruslan Ermilov 2002-10-11 16:04:04 +00:00
commit 736d88a9cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104913

View File

@ -3720,7 +3720,7 @@ void hyphen_trie::read_patterns_file(const char *name, int append,
if (i > 0) {
if (have_patterns || final_pattern || traditional) {
for (int j = 0; j < i; j++)
buf[j] = hpf_code_table[buf[j]];
buf[j] = hpf_code_table[(unsigned char)buf[j]];
insert_pattern(buf, i, num);
final_pattern = 0;
}