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:
Wolfgang Sourdeau
2008-01-28 15:32:24 +00:00
parent d1d0a8737c
commit cf01282cf1
+2 -4
View File
@@ -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];
}