Last change
on this file since 26ffad7 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
578 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | diff -Nurb libical-0.44.orig/src/libical/icalrecur.c libical-0.44/src/libical/icalrecur.c |
---|
| 2 | --- libical-0.44.orig/src/libical/icalrecur.c 2009-09-27 04:38:51.000000000 +0200 |
---|
| 3 | +++ libical-0.44/src/libical/icalrecur.c 2011-02-09 16:13:44.000000000 +0100 |
---|
| 4 | @@ -354,7 +354,7 @@ |
---|
| 5 | char *t, *n; |
---|
| 6 | int i=0; |
---|
| 7 | int sign = 1; |
---|
| 8 | - int weekno = 0; |
---|
| 9 | + char weekno = 0; /* note: Novell/Groupwise sends BYDAY=255SU, so we fit in a signed char to get -1 SU for last sunday. */ |
---|
| 10 | icalrecurrencetype_weekday wd; |
---|
| 11 | short *array = parser->rt.by_day; |
---|
| 12 | char* end; |
---|
Note: See
TracBrowser
for help on using the repository browser.