1
1

Fixup of getting stat info before file operation.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Andrew Borodin 2012-03-08 19:37:39 +03:00
родитель dba17c8fde
Коммит da00fa0b04

Просмотреть файл

@ -2617,7 +2617,7 @@ panel_operate (void *source_panel, FileOperation operation, gboolean force_singl
source_vpath = vfs_path_from_str (source);
/* Update stat to get actual info */
if (mc_stat (source_vpath, &src_stat) != 0)
if (mc_lstat (source_vpath, &src_stat) != 0)
{
message (D_ERROR, MSG_ERROR, _("Cannot stat \"%s\"\n%s"),
path_trunc (source, 30), unix_error_string (errno));