MC ignores preserve attributes on copy/move
- From: "Sasa Kovacev" <skovacev neobee net>
- To: mc-devel gnome org
- Subject: MC ignores preserve attributes on copy/move
- Date: Wed, 14 Nov 2007 10:50:48 +0100
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]