From: Charles Kerr Date: Mon, 4 Jan 2010 20:21:01 +0000 (+0000) Subject: (trunk mac) that's what I get for messing with mac code w/o a compiler... X-Git-Tag: 1.80b5~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c26c0deed92544d8ac485217796efe87f940cd0b;p=transmission (trunk mac) that's what I get for messing with mac code w/o a compiler... --- diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 9b4bf7734..5942103f6 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -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); }