mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-25 01:42:24 -05:00
dll: fuse: testing
This commit is contained in:
parent
382a6675da
commit
b71d086ea7
@ -889,7 +889,7 @@ static NTSTATUS fsp_fuse_intf_SetBasicInfo(FSP_FILE_SYSTEM *FileSystem,
|
||||
LastAccessTime = FileInfoBuf.LastAccessTime - 116444736000000000;
|
||||
LastWriteTime = FileInfoBuf.LastWriteTime - 116444736000000000;
|
||||
|
||||
if (0 == f->ops.utimens)
|
||||
if (0 != f->ops.utimens)
|
||||
{
|
||||
#if defined(_WIN64)
|
||||
tv[0].tv_sec = (int64_t)(LastAccessTime / 10000000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user