1
0
Fork 0
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:
Mitchell Livingston 2010-02-06 17:26:48 +00:00
parent 385255a0e9
commit fdc6e9d4e0

View file

@ -105,6 +105,7 @@
- (NSIndexSet *) indexes
{
NSAssert(fIndexes != nil, @"How did this get nil? - temp");
return fIndexes;
}