Initialize highestmodseq to avoid any surprise.

Strongly inspired by comment at https://github.com/inverse-inc/sogo/pull/201#discussion-diff-54879796
pull/201/head
Patrice Levesque 2016-03-07 10:43:38 -05:00
parent ce38a9c606
commit 4210131e12
1 changed files with 1 additions and 1 deletions

View File

@ -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];