mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-04 17:34:13 +03:00
Merge branch '3209_delete_crash'
* 3209_delete_crash: Ticket #3209: fix crash when file(s) deleting.
This commit is contained in:
commit
8a0dc9a867
@ -1087,7 +1087,10 @@ file_progress_show_deleting (file_op_context_t * ctx, const char *s, size_t * co
|
||||
return;
|
||||
|
||||
ui = ctx->ui;
|
||||
|
||||
if (ui->src_file_label != NULL)
|
||||
label_set_text (ui->src_file_label, _("Deleting"));
|
||||
|
||||
label_set_text (ui->src_file, truncFileStringSecure (ui->op_dlg, s));
|
||||
|
||||
if (count != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user