mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
(fix) don't use false, but use NO
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
|
||||
if(![[NSFileManager defaultManager] fileExistsAtPath: file_path]) {
|
||||
NSString *error = [NSString stringWithFormat: @"File %@ doesn't exist", file_path];
|
||||
testWithMessage(false, error);
|
||||
testWithMessage(NO, error);
|
||||
}
|
||||
return [NSData dataWithContentsOfFile: file_path];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user