11 lines
237 B
Diff
11 lines
237 B
Diff
|
--- src/hunspell/affixmgr.cxx
|
||
|
+++ src/hunspell/affixmgr.cxx
|
||
|
@@ -3757,6 +3757,7 @@
|
||
|
// split affix header line into pieces
|
||
|
|
||
|
int np = 0;
|
||
|
+ nl = '\0';
|
||
|
piece = mystrsep(&tp, 0);
|
||
|
while (piece) {
|
||
|
if (*piece != '\0') {
|