We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6aa59 commit 9a8f1b6Copy full SHA for 9a8f1b6
orbisFSTool/OrbisFSFuse.cpp
@@ -50,7 +50,7 @@ static int fs_getattr(const char *path, struct stat *stbuf) noexcept{
50
/*
51
birthtime is not available on linux stat
52
*/
53
- stbuf->st_mtim.tv_sec = node.modOrAccessData;
+ stbuf->st_mtim.tv_sec = node.modOrAccessDate;
54
stbuf->st_mtim.tv_nsec = 0;
55
stbuf->st_ctim.tv_sec = node.modOrAccessDate;
56
stbuf->st_ctim.tv_nsec = 0;
0 commit comments