(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:
Andrew Borodin 2024-05-04 15:21:35 +03:00
parent 46ea5e2a99
commit f6afcb7076

View File

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