mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-02 13:12:53 +03:00
(copy_file_file): handle "Abort" button
...when can't get extended attributes. Clarify f6f7c8c1ce0015284e97fc4b286ad1bbb87d62a0. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
46ea5e2a99
commit
f6afcb7076
@ -2344,6 +2344,8 @@ copy_file_file (file_op_total_context_t * tctx, file_op_context_t * ctx,
|
||||
file_error (TRUE, _("Cannot get attributes of source file \"%s\"\n%s"), src_path);
|
||||
if (return_status == FILE_SKIPALL)
|
||||
ctx->skip_all = TRUE;
|
||||
if (return_status == FILE_ABORT)
|
||||
goto ret_fast;
|
||||
}
|
||||
|
||||
if (return_status != FILE_RETRY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user