diff --git a/hunspell.rhbz918938.patch b/hunspell.rhbz918938.patch index d29a3f8..a5e5020 100644 --- a/hunspell.rhbz918938.patch +++ b/hunspell.rhbz918938.patch @@ -57,8 +57,8 @@ + std::string entry((*slst)[i]); free((*slst)[i]); + myrep(entry, "\t", " "); -+ myrep(entry, "<", "<"); + myrep(entry, "&", "&"); ++ myrep(entry, "<", "<"); + r.append(entry); + + r.append("");