Amiga: missed an instance of websearch_idx pointing to the wrong var

This commit is contained in:
Chris Young 2024-06-11 17:03:53 +01:00
parent 1b19970115
commit 55c93c8e36
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ static void ami_gui_opts_setup(struct ami_gui_opts_window *gow)
ditheropts[2] = (char *)ami_utf8_easy((char *)messages_get("High"));
ditheropts[3] = NULL;
websearch_idx = 0;
gow->websearch_idx = 0;
websearch_list = ami_gui_opts_websearch(&gow->websearch_idx);
gadlab[GID_OPTS_HOMEPAGE] = (char *)ami_utf8_easy((char *)messages_get("HomePageURL"));