mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-01 03:37:22 +00:00
Stage1b (v2 branch) of clang compiler warning patches.
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
rc = [self createFolder: folder withFM: fm];
|
||||
if (!rc)
|
||||
{
|
||||
NSLog (@"Create directory failed at path %s", folder);
|
||||
NSLog (@"Create directory failed at path %@", folder);
|
||||
return NO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user