Re: dillo-3.0.3 release is ready for download!
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 17, corvid wrote: > As an aside, I note that unicode-test is just looping endlessly. "make -j 4 && test/unicode-test | head -100 | less" shows that the last part fails: testing fl_utf8fwd with strings which are not 0-terminated. I do not remember whether this was my purpose, but this is never used in the rest of the code; instead, FltkPlatform::nextGlyph calls strlen. So, this is confusing but harmless. (But should probably be fixed.) Sebastian