MC always tries to set attributes on copy/move even if "Preserve Attributes" is turned off.

In latest stable MC 4.6.1 you can find in file.c on line 797

        if (!appending && ctx->preserve) {

but now is mistakenly changed to

        if (!appending) {

Fix is simple. Just revert changed line to latest stable.

Attachment: mc-11-13-2007-cvs-preserve_attr.patch
Description: Binary data

_______________________________________________
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel

Reply via email to