1
0
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:
Miciah Dashiel Butler Masters 2008-08-02 00:17:50 +00:00
parent 6a91849889
commit f113f6a156

View File

@ -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;