Re: [Groff] small fix in font API use
> Here is a fix for a small misunderstanding of the font class API. Applied, thanks. Werner ___ Groff mailing list Groff@gnu.org http://lists.gnu.org/mailman/listinfo/groff
[Groff] small fix in font API use
Hi, Here is a fix for a small misunderstanding of the font class API. font::name_to_index always returns a valid index. The first valid index that it returns is 0. The test in get_html_translation(font *, const string&), comparing the return value with 0, is therefore bogus. Here is a proposed fi