I assert that word lenth IS equal to word size!
"Gary Setter" <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.devel |
|---|---|
| Message-ID | <000001c57d6c$fb8ba4a0$45144a0c@pavilion> |
In version 0.60.3 module suggest.cpp function
Working::try_scan(), the following line was removed:
assert(strlen(sw->word) == sw->word_size);
I'm sure it is a good change, but would anyone care to mention
why the change?