Skip to content

Conversation

nielsdos
Copy link
Member

@nielsdos nielsdos commented Jul 7, 2023

No description provided.

Copy link
Member

@bukka bukka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

RETURN_BOOL((stat_sb->st_mode & wmask) != 0);
case FS_IS_R:
RETURN_BOOL((ssb.sb.st_mode&rmask)!=0);
RETURN_BOOL((stat_sb->st_mode&rmask)!=0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: if you are in it, you can add those missing spaces around &...

@nielsdos nielsdos closed this in a7f7022 Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants