mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
field_op: use goto_link
Use the newly introduced goto_link instead of goto_current_link in field_op since field_op already looks up the current link.
This commit is contained in:
parent
6a91849889
commit
f113f6a156
@ -951,7 +951,7 @@ call_onsubmit_and_submit(struct session *ses, struct document_view *doc_view,
|
||||
return 1;
|
||||
}
|
||||
|
||||
static struct link *
|
||||
struct link *
|
||||
goto_link(struct session *ses, struct document_view *doc_view, struct link *link, int do_reload)
|
||||
{
|
||||
struct uri *uri;
|
||||
|
Loading…
Reference in New Issue
Block a user