mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: 50638763e49bc1757ecbfcb595c2bf8e94368094
Monotone-Revision: d0c554ad8f362480a34c3dff6694322c1a5fb2c9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-01-28T15:32:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1370,11 +1370,9 @@ RANGE(2);
|
||||
v = [[self repeat2] componentsSeparatedByString: @","];
|
||||
c = [v count];
|
||||
mask = 0;
|
||||
|
||||
|
||||
while (c--)
|
||||
{
|
||||
mask |= (unsigned int)exp2([[v objectAtIndex: c] intValue]-1);
|
||||
}
|
||||
mask |= 1 << ([[v objectAtIndex: c] intValue] - 1);
|
||||
|
||||
[theRule setByDayMask: mask];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user