Fix logic error that was coincidentally also triggering a gcc4 warning/error on build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29739 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -400,7 +400,7 @@ FUSEFileSystem::_InitCapabilities()
|
||||
fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_STAT, fFS->ops.getattr);
|
||||
fNodeCapabilities.Set(FS_VNODE_CAPABILITY_WRITE_STAT,
|
||||
fFS->ops.chmod != NULL || fFS->ops.chown != NULL
|
||||
|| fFS->ops.truncate != NULL | fFS->ops.utimens != NULL
|
||||
|| fFS->ops.truncate != NULL || fFS->ops.utimens != NULL
|
||||
|| fFS->ops.utime != NULL);
|
||||
|
||||
// file operations
|
||||
|
||||
Reference in New Issue
Block a user