You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btrfs-progs: fix mixup between bitwise and logical operators in print_table_head()
As reported (cppcheck), there's bitwise operator used in place of
logical. This will still work but it's a misuse.
Issue: #1031
Signed-off-by: David Sterba <[email protected]>
0 commit comments