mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(trunk mac) that's what I get for messing with mac code w/o a compiler...
This commit is contained in:
parent
7c9b968916
commit
c26c0deed9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue