Fix possible exception when retrieving reminder

Fixes #2647
Fixes #2648
This commit is contained in:
Francis Lachapelle
2014-03-10 14:47:01 -04:00
parent 78636f0396
commit cbd22762c3
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -568,7 +568,7 @@ static NSArray *reminderValues = nil;
- (NSString *) reminder
{
NSString *value;
int index;
NSUInteger index;
value = [userDefaults calendarDefaultReminder];
if (value != nil)