Re: file timestamps not preserved

2017-05-05 Thread Andrey Gursky
On Fri, 5 May 2017 22:20:56 +0300 Nerijus Baliunas wrote: > And one more bug report with zip/rar files: if I copy files only, > their timestamps are OK, but if I copy directories, timestamps > of files inside of them are lost. Nerijus, thanks for the report. I can reproduce this (at least with

Re: file timestamps not preserved

2017-05-05 Thread Andrey Gursky
Hi Nerijus, On Fri, 5 May 2017 17:43:34 +0300 Nerijus Baliunas wrote: > On Wed, 19 Apr 2017 01:36:49 +0200 Andrey Gursky > wrote: > > > I received the file and was able to reproduce the issue. > > I applied both patches to 4.8.19: > [PATCH] Initialize struct stat

Re: file timestamps not preserved

2017-05-05 Thread Nerijus Baliunas
And one more bug report with zip/rar files: if I copy files only, their timestamps are OK, but if I copy directories, timestamps of files inside of them are lost. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: file timestamps not preserved

2017-05-05 Thread Nerijus Baliunas
On Wed, 19 Apr 2017 01:36:49 +0200 Andrey Gursky wrote: > I received the file and was able to reproduce the issue. I applied both patches to 4.8.19: [PATCH] Initialize struct stat st_[acm]tim.tv_nsec when present [PATCH] Remove unused check in configure.ac Ran