This commit is contained in:
Mitchell Livingston 2007-05-26 07:21:14 +00:00
parent 553ecbff41
commit fdcdba42c1
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
- (NSDate *) dateActivity
{
uint64_t date = fStat->activityDate / 1000;
return date == 0 ? [NSDate dateWithTimeIntervalSince1970: date] : fDateActivity;
return date != 0 ? [NSDate dateWithTimeIntervalSince1970: date] : fDateActivity;
}
- (int) stalledSeconds