Setup (please complete the following information):
Distribution: gentoo
Geeqie version [geeqie --version]: Geeqie 2.4 GTK3
Describe the bug
src/ui-fileops.cc:532 is intended to set mtime to the original file's mtime. It does so. Then once copy_file exits time is reset to current time. This happens because someone added unique_ptr without thinking.
To reproduce
Copy any file(s)
Additional context
If you would please consult the patch.
mtime.patch
Setup (please complete the following information):
Describe the bug src/ui-fileops.cc:532 is intended to set mtime to the original file's mtime. It does so. Then once copy_file exits time is reset to current time. This happens because someone added unique_ptr without thinking.
To reproduce Copy any file(s)
Additional context If you would please consult the patch. mtime.patch