mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Initialize highestmodseq to avoid any surprise.
Strongly inspired by comment at https://github.com/inverse-inc/sogo/pull/201#discussion-diff-54879796
This commit is contained in:
@@ -2245,7 +2245,7 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
|
||||
NSDictionary *d;
|
||||
id fetchResults;
|
||||
|
||||
int highestmodseq, i;
|
||||
int highestmodseq = 0, i;
|
||||
|
||||
allTokens = [NSMutableArray array];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user