/src/plugins/contrib/SpellChecker/wxspellchecker/MySpell/unmunch.c: line 81 Code: / skip over the hash table size / if (! fgets(ts, MAX_LN_LEN-1,wrdlst)) return 2; // <-- mising fclose(ts); mychomp(ts);
Good catch, but that code does not belong to the plugin and it is not compiled at all.
Probably the plugin author used it as a guide and forgot removing it.
Log in to post a comment.
Good catch, but that code does not belong to the plugin and it is not compiled at all.
Probably the plugin author used it as a guide and forgot removing it.