MC ignores preserve attributes on copy/move



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]