mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Stage 1 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