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:
parent
b388b4afea
commit
8a1ef2ada9
@ -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 */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user