aspell/aspell-duplicate_name.patch

14 lines
650 B
Diff

Index: aspell-0.60.4/modules/speller/default/affix.hpp
===================================================================
--- modules/speller/default/affix.hpp.orig
+++ modules/speller/default/affix.hpp
@@ -107,7 +107,7 @@ namespace aspeller {
{
return expand(word,aff,buf,0);
}
- WordAff * expand_suffix(ParmString word, const unsigned char * new_aff,
+ WordAff * expand_suffix(ParmString word, const unsigned char * aff,
ObjStack &, int limit = INT_MAX,
unsigned char * new_aff = 0, WordAff * * * l = 0,
ParmString orig_word = 0) const;