mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
Fixes Release build
This commit is contained in:
parent
444f8f553f
commit
37b57a1284
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
: NSLocalizedString(@"Tracker will be used as a backup", "Tracker next announce");
|
||||
|
||||
default:
|
||||
NSAssert(NO, @"unknown announce state: %d", fStat.announceState);
|
||||
NSAssert1(NO, @"unknown announce state: %d", fStat.announceState);
|
||||
return nil;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue