mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Use @cp to shorten the line.
This commit is contained in:
parent
b1eaca1f1e
commit
a35a5c557a
@ -253,7 +253,7 @@ html_focusable(struct html_context *html_context, unsigned char *a)
|
||||
mem_free(accesskey);
|
||||
}
|
||||
|
||||
tabindex = get_num(a, "tabindex", html_context->doc_cp);
|
||||
tabindex = get_num(a, "tabindex", cp);
|
||||
if (0 < tabindex && tabindex < 32767) {
|
||||
format.tabindex = (tabindex & 0x7fff) << 16;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user