get rid of a warning

This commit is contained in:
Mitchell Livingston 2008-01-04 15:41:05 +00:00
parent f7d9ab413e
commit caa6cf0f0c
1 changed files with 1 additions and 2 deletions

View File

@ -2305,8 +2305,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
[newNames replaceObjectAtIndex: i withObject: [path stringByAppendingPathComponent: file]];
}
#warning fix!!!!!!!!!!
BOOL ask = [[fDefaults stringForKey: @"DownloadChoice"] isEqualToString: @"Ask"];
BOOL ask = [fDefaults boolForKey: @"DownloadAsk"];
NSEnumerator * enumerator = [newNames objectEnumerator];
int count;