1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

Build fix

This commit is contained in:
Eric Petit 2011-07-21 22:12:34 +00:00
parent b8eca962d4
commit 2da9a2e03c

View file

@ -522,7 +522,7 @@
[fMessageTable deselectAll: self]; [fMessageTable deselectAll: self];
} }
NSAssert([fDisplayedMessages isEqualToArray: tempMessages], @"Inconsistency between message arrays! %@ %@", fDisplayedMessages, tempMessages); NSAssert2([fDisplayedMessages isEqualToArray: tempMessages], @"Inconsistency between message arrays! %@ %@", fDisplayedMessages, tempMessages);
} }
- (NSString *) stringForMessage: (NSDictionary *) message - (NSString *) stringForMessage: (NSDictionary *) message