mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-02 23:34:21 +00:00
Stage 1 of clang compiler warning patches.
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
|
||||
now = [NSCalendarDate date];
|
||||
delSql = [NSString stringWithFormat: @"UPDATE %@"
|
||||
@" SET c_deleted = 1, c_lastmodified = %d,"
|
||||
@" SET c_deleted = 1, c_lastmodified = %lu,"
|
||||
@" c_content = ''"
|
||||
@" WHERE c_name = '%@'",
|
||||
tableName,
|
||||
|
||||
Reference in New Issue
Block a user