1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

Merge the definition and initialisation of msg in

This commit is contained in:
Miciah Dashiel Butler Masters 2006-01-01 05:12:55 +00:00 committed by Miciah Dashiel Butler Masters
parent 127b27bd49
commit 227150d100

View File

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