warnings--

This commit is contained in:
Mitchell Livingston 2008-08-09 20:20:21 +00:00
parent 5035de8ce2
commit 4501b3d24d
1 changed files with 1 additions and 2 deletions

View File

@ -123,8 +123,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
[self startTransfer];
}
#warning remove after 1.3 (from libT as well)
//get old added, activity, and done dates
//upgrading from versions < 1.30: get old added, activity, and done dates
NSDate * date;
if ((date = [history objectForKey: @"Date"]))
tr_torrentSetAddedDate(fHandle, [date timeIntervalSince1970]);