mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 19:59:29 +00:00
Reanmed flags helper to better reflect return value
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
#import "MPFlagsHelper.h"
|
||||
|
||||
BOOL MPTestFlagInOptions(const NSUInteger flag, const NSUInteger options ) {
|
||||
BOOL MPIsFlagSetInOptions(const NSUInteger flag, const NSUInteger options ) {
|
||||
return (0 != (options & flag));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user