Monotone-Parent: a4f965425609368d1347526114e039b4c8f07962
Monotone-Revision: 6d9c30b81605764388ff5243bba7631fe98636f0

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-01-21T15:40:32
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2010-01-21 15:40:32 +00:00
parent c5bc543e8d
commit 63f1af3b2f
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ static void NGMonthDaySet_fillWithByDayX (NGMonthDaySet *daySet,
if (occurrence1 >= 0)
{
for (dayInMonth = 1, dow = firstDoWInMonth; dayInMonth<=31; dayInMonth++)
for (dayInMonth = 1, dow = firstDoWInMonth; dayInMonth <= 31; dayInMonth++)
{
// TODO: complete me
@ -433,7 +433,7 @@ static void NGMonthDaySet_fillWithByDayX (NGMonthDaySet *daySet,
the event is not necessarily a date of the sequence!
The 'numDaysInMonth' localvar contains the number of days in the
current month (eg 31 for Januar, 28 for most February's, etc)
current month (eg 31 for January, 28 for most February's, etc)
Eg: MONTHLY;BYDAY=-1WE (last wednesday, every month)