mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
search_dlg_do: Minor (questionable) cleanup
This commit is contained in:
parent
921f12926f
commit
f24fa6ef63
@ -1627,12 +1627,13 @@ search_dlg_do(struct terminal *term, struct memory_list *ml,
|
|||||||
unsigned char *field;
|
unsigned char *field;
|
||||||
struct search_dlg_hop *hop;
|
struct search_dlg_hop *hop;
|
||||||
unsigned char *text = _("Search for text", term);
|
unsigned char *text = _("Search for text", term);
|
||||||
|
struct option *search_options;
|
||||||
|
|
||||||
hop = mem_calloc(1, sizeof(*hop));
|
hop = mem_calloc(1, sizeof(*hop));
|
||||||
if (!hop) return;
|
if (!hop) return;
|
||||||
|
|
||||||
checkout_option_values(resolvers, get_opt_rec(config_options,
|
search_options = get_opt_rec(config_options, "document.browse.search");
|
||||||
"document.browse.search"),
|
checkout_option_values(resolvers, search_options,
|
||||||
hop->values, SEARCH_OPTIONS);
|
hop->values, SEARCH_OPTIONS);
|
||||||
hop->data = data;
|
hop->data = data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user