mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Patch applied from bug #1664
Monotone-Parent: 1e79eab4c546452715e5171f1c326b7d36f1c195 Monotone-Revision: 99dc7d9dce88b8a323b1e7aab60de99ed2bfda60 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-29T18:56:15
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
- (NSArray *) filterAppointments:(NSArray *) _apts
|
||||
{
|
||||
NSMutableArray *filtered;
|
||||
unsigned i, count, p, pCount;
|
||||
NSUInteger i, count, p, pCount;
|
||||
NSString *email, *partmailsString, *state, *pEmail;
|
||||
NSDictionary *info, *primaryIdentity;
|
||||
NSArray *partmails, *partstates;
|
||||
@@ -370,7 +370,7 @@
|
||||
{
|
||||
NSArray *apts;
|
||||
NSMutableArray *filtered;
|
||||
unsigned i, count;
|
||||
NSUInteger i, count;
|
||||
|
||||
if (allDayApts)
|
||||
return allDayApts;
|
||||
@@ -532,7 +532,8 @@
|
||||
NSString *uidsString, *loc, *prevMethod, *userFolderID;
|
||||
id <WOActionResults> r;
|
||||
BOOL useGroups;
|
||||
unsigned index;
|
||||
NSUInteger index;
|
||||
|
||||
|
||||
uidsString = [self queryParameterForKey: @"userUIDString"];
|
||||
uidsString = [uidsString stringByTrimmingSpaces];
|
||||
|
||||
Reference in New Issue
Block a user