Another bug recently came up that is not the same, but seems to be
similar in some odd way. Care to give Bug# 752980 a review, perhaps by
testing a newer version to see if the problem persists?
A customer has reported, and I plus another individual have confirmed,
that mc incorrectly renames files with three-character names. For
example if I try to rename a file (with any name of any length) to ‘ert’
the file name completes (if another file does not exist in the way) to
‘trt’; the last character of the three-character name is put in place of
the first character. If I then try to rename ‘trt’ to ‘ert’ again mc
returns an error which reads, “’/path/to/trt’ and ‘./ert’ are the same
file” (notice the two different names used, the one I put in and the one
it will actually use as the target of the rename). If I now try to
rename some OTHER file to ‘ert’ (and ‘trt’ already exists) then mc
throws a different error warning me that I am about to overwrite ‘trt’.
Renaming files to names of other lengths yields no similar problems.
I cannot duplicate this on my OpenSUSE 12.1 system with mc 4.7.5.3.
Reproducible: Always
Expected Results: Rename files according to the user’s input, not some
broken version of that input.
Actual Results: For three-character files the last character is
duplicated to the first character which is useful only for creating
palindromes in file names.
It was later noticed that this problem happens with seven-character file
names too.
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
[QUOTE=ab;3633]-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Another bug recently came up that is not the same, but seems to be
similar in some odd way. Care to give Bug# 752980 a review, perhaps by
testing a newer version to see if the problem persists?