When renaming a file in view mode, a dialog appears for entering the new filename.
In 1.82 RC3 one can enter 256 characters for filename plus extension. This is actually too much and will make XnView GPF. There must be a check that length of filename (name + "." + extension) does not exceed 216 characters. (MS Explorer allows a maximum of 216 characters in total, I guess there's some reason for this).
helmut wrote:When renaming a file in view mode, a dialog appears for entering the new filename.
In 1.82 RC3 one can enter 256 characters for filename plus extension. This is actually too much and will make XnView GPF. There must be a check that length of filename (name + "." + extension) does not exceed 216 characters. (MS Explorer allows a maximum of 216 characters in total, I guess there's some reason for this).