mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Merge the definition and initialisation of msg in
This commit is contained in:
parent
127b27bd49
commit
227150d100
@ -772,9 +772,8 @@ push_hierbox_delete_button(struct dialog_data *dlg_data,
|
||||
} else {
|
||||
unsigned char *title = listbox_message(delete_item_title);
|
||||
unsigned char *message = listbox_message(delete_item);
|
||||
unsigned char *msg;
|
||||
unsigned char *msg = ops->get_info(context->item, term);
|
||||
|
||||
msg = ops->get_info(context->item, term);
|
||||
ops->lock(context->item);
|
||||
|
||||
msg_box(term, getml(context, NULL), MSGBOX_FREE_TEXT,
|
||||
|
Loading…
Reference in New Issue
Block a user