This commit is contained in:
Mitchell Livingston 2009-01-03 21:29:00 +00:00
parent cc8e16ed20
commit bf1a2c1811
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ int trashDataFile(const char * filename)
{
if (separators && tier != fInfo->trackers[i].tier)
{
tier = fInfo->trackers[i].tier;NSLog(@"%d",tier);
tier = fInfo->trackers[i].tier;
[allTrackers addObject: [NSNumber numberWithInt: fAddedTrackers ? tier : tier + 1]];
}