Skip to content

Commit 9a8f1b6

Browse files
committed
fix typo rename
1 parent 4a6aa59 commit 9a8f1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orbisFSTool/OrbisFSFuse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static int fs_getattr(const char *path, struct stat *stbuf) noexcept{
5050
/*
5151
birthtime is not available on linux stat
5252
*/
53-
stbuf->st_mtim.tv_sec = node.modOrAccessData;
53+
stbuf->st_mtim.tv_sec = node.modOrAccessDate;
5454
stbuf->st_mtim.tv_nsec = 0;
5555
stbuf->st_ctim.tv_sec = node.modOrAccessDate;
5656
stbuf->st_ctim.tv_nsec = 0;

0 commit comments

Comments
 (0)