mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
one more temp assert
This commit is contained in:
parent
385255a0e9
commit
fdc6e9d4e0
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
|||
|
||||
- (NSIndexSet *) indexes
|
||||
{
|
||||
NSAssert(fIndexes != nil, @"How did this get nil? - temp");
|
||||
return fIndexes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue