mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +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");
|
: NSLocalizedString(@"Tracker will be used as a backup", "Tracker next announce");
|
||||||
|
|
||||||
default:
|
default:
|
||||||
NSAssert(NO, @"unknown announce state: %d", fStat.announceState);
|
NSAssert1(NO, @"unknown announce state: %d", fStat.announceState);
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue