mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
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:
commit
736d88a9cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104913
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user