(trunk mac) that's what I get for messing with mac code w/o a compiler...

This commit is contained in:
Charles Kerr 2010-01-04 20:21:01 +00:00
parent 7c9b968916
commit c26c0deed9
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ int trashDataFile(const char * filename)
trackerStructs[newCount++] = fInfo->trackers[oldIndex];
const BOOL ok = tr_torrentSetAnnounceList(fHandle, trackerStructs, newCount);
NSAssert1(ok, @"Removing tracker addresses resulted in error: %d", result);
NSAssert1(ok, @"Removing tracker addresses failed");
tr_free(trackerStructs);
}