1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-25 13:32:08 -06:00

dll; fuse: rename dot_hidden option to dothidden

This commit is contained in:
Bill Zissimopoulos
2019-04-16 12:11:43 -07:00
parent 8beb534340
commit 3c3163c41b
3 changed files with 7 additions and 7 deletions

View File

@@ -429,7 +429,7 @@ static NTSTATUS fsp_fuse_intf_GetFileInfoFunnel(FSP_FILE_SYSTEM *FileSystem,
}
if (StatEx)
FileInfo->FileAttributes |= fsp_fuse_intf_MapFlagsToFileAttributes(stbuf.st_flags);
if (f->dot_hidden)
if (f->dothidden)
{
const char *basename = PosixPath;
for (const char *p = PosixPath; '\0' != *p; p++)