diff options
-rw-r--r-- | netfs/fuse/fuseDirs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/fuse/fuseDirs.cpp b/netfs/fuse/fuseDirs.cpp index c780866..ab09ca1 100644 --- a/netfs/fuse/fuseDirs.cpp +++ b/netfs/fuse/fuseDirs.cpp @@ -79,7 +79,7 @@ NetFS::FuseApp::readdir(const char * p, void * buf, fuse_fill_dir_t filler, off_ struct stat s; s << AttrSource { volume->end_getattr(asga), userLookup, groupLookup }; return s; - }, time_t(NULL) + 2); + }, time(NULL) + 2); } return 0; } |