mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[bfu] cast in call of refresh_dialog
This commit is contained in:
parent
bcf9589ff0
commit
3b57ebd352
@ -178,7 +178,7 @@ refreshed_msg_box(struct terminal *term, msgbox_flags_T flags,
|
||||
* is freed. */
|
||||
dlg_data->dlg->udata = info;
|
||||
dlg_data->dlg->abort = abort_refreshed_msg_box_handler;
|
||||
refresh_dialog(dlg_data, refresh_msg_box, get_info);
|
||||
refresh_dialog(dlg_data, refresh_msg_box, (void *)get_info);
|
||||
}
|
||||
|
||||
struct dialog_data *
|
||||
|
Loading…
Reference in New Issue
Block a user