mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Build fix
This commit is contained in:
@@ -522,7 +522,7 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user