]> granicus.if.org Git - transmission/commitdiff
(trunk mac) that's what I get for messing with mac code w/o a compiler...
authorCharles Kerr <charles@transmissionbt.com>
Mon, 4 Jan 2010 20:21:01 +0000 (20:21 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Mon, 4 Jan 2010 20:21:01 +0000 (20:21 +0000)
macosx/Torrent.m

index 9b4bf773465e16299a5e4c77c9f2dffacf137369..5942103f6b25a7a9bd6669947e6270c5f5235297 100644 (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);
 }