warnings--
This commit is contained in:
parent
5035de8ce2
commit
4501b3d24d
|
@ -123,8 +123,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
||||||
[self startTransfer];
|
[self startTransfer];
|
||||||
}
|
}
|
||||||
|
|
||||||
#warning remove after 1.3 (from libT as well)
|
//upgrading from versions < 1.30: get old added, activity, and done dates
|
||||||
//get old added, activity, and done dates
|
|
||||||
NSDate * date;
|
NSDate * date;
|
||||||
if ((date = [history objectForKey: @"Date"]))
|
if ((date = [history objectForKey: @"Date"]))
|
||||||
tr_torrentSetAddedDate(fHandle, [date timeIntervalSince1970]);
|
tr_torrentSetAddedDate(fHandle, [date timeIntervalSince1970]);
|
||||||
|
|
Loading…
Reference in New Issue