mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-15 16:35:35 +00:00
Monotone-Parent: ecc0c907192778ee08a07fb020aa037de83d7bed
Monotone-Revision: 61296b2807f18b0b48ad4d06689b71ad8563e335 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-24T05:53:55
This commit is contained in:
@@ -745,7 +745,7 @@ _userStateInEvent (NSArray *event)
|
||||
[currentDay addObject: eventBlock];
|
||||
}
|
||||
else
|
||||
[self warnWithFormat: @"event '%@' has end < start: %d < %d",
|
||||
[self warnWithFormat: @"event '%@' has end <= start: %d < %d",
|
||||
[event objectAtIndex: eventNameIndex], eventEnd, currentStart];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user