mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +00:00
get rid of a warning
This commit is contained in:
parent
f7d9ab413e
commit
caa6cf0f0c
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue