John McCabe-Dansted wrote:
> Now it outputs:
>
> getAbbreviatedAuthor, authors[0]: Anon.

with the trailing dot? Then probably this line is to blame:

frontend_helpers.cpp, line 190ff.:

        idx = fname.rfind('.');
        if (idx != docstring::npos)
                fname = ltrim(fname.substr(idx + 1));

I guess idx + 1 is invalid.

Jürgen

Reply via email to