1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

That was missing, at least I think so

This commit is contained in:
Witold Filipczyk 2006-07-20 02:05:56 +02:00 committed by Witold Filipczyk
parent b388b4afea
commit 8a1ef2ada9

View File

@ -1430,6 +1430,8 @@ process_link(struct html_context *html_context, enum link_state link_state,
for (; cells > 0; cells--, point++, x++)
#else
link->npoints += charslen;
for (; charslen > 0; charslen--, point++, x++)
#endif /* CONFIG_UTF_8 */
{