mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-12 02:13:18 +00:00
Stage 1 of clang compiler warning patches.
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
if (sqlError)
|
||||
{
|
||||
[ac rollbackTransaction];
|
||||
NSLog([sqlError reason]);
|
||||
NSLog(@"%@", [sqlError reason]);
|
||||
}
|
||||
else
|
||||
rc = [ac commitTransaction];
|
||||
@@ -201,7 +201,7 @@
|
||||
if (sqlError)
|
||||
{
|
||||
[ac rollbackTransaction];
|
||||
NSLog([sqlError reason]);
|
||||
NSLog(@"%@", [sqlError reason]);
|
||||
}
|
||||
else
|
||||
rc = [ac commitTransaction];
|
||||
|
||||
Reference in New Issue
Block a user