Monotone-Parent: 70053c4380cee117bbb483d951dbc6bb08f67c88

Monotone-Revision: 27aea167b22f4039327617a920f320773435357a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-26T20:37:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-26 20:37:54 +00:00
parent 1a3837c103
commit 1bf613706d
@@ -874,12 +874,13 @@ static NSNumber *sharedYes = nil;
*privacySqlString, *currentLogin;
NGCalendarDateRange *r;
if (_folder == nil) {
[self errorWithFormat:@"(%s): missing folder for fetch!",
if (!_folder)
{
[self errorWithFormat:@"(%s): missing folder for fetch!",
__PRETTY_FUNCTION__];
return nil;
}
return nil;
}
if (_startDate && _endDate)
{
r = [NGCalendarDateRange calendarDateRangeWithStartDate: _startDate