Avoid GNUstep warnings

This commit is contained in:
Ludovic Marcotte
2015-01-23 16:16:36 -05:00
parent ab12c84887
commit 086361b79a
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ static NSArray *infoKeys = nil;
- (NSDictionary *) storeInfo
{
[self debugWithFormat:@"storing info ..."];
return [self valuesForKeys: infoKeys];
return [self dictionaryWithValuesForKeys: infoKeys];
}
/* contacts search */