Fix possible exception when retrieving reminder

Fixes #2678
This commit is contained in:
Francis Lachapelle
2014-03-24 07:42:57 -04:00
parent 89e61f6d5d
commit 50e7ea7188
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -551,7 +551,7 @@ static NSArray *reminderValues = nil;
- (void) setReminder: (NSString *) theReminder
{
NSString *value;
int index;
NSUInteger index;
index = NSNotFound;
value = @"NONE";