source:
npl/overig/libical/libical-byday-loop.diff
@
9befa48
Last change on this file since 9befa48 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 578 bytes |
-
src/libical/icalrecur.c
diff -Nurb libical-0.44.orig/src/libical/icalrecur.c libical-0.44/src/libical/icalrecur.c
old new 354 354 char *t, *n; 355 355 int i=0; 356 356 int sign = 1; 357 int weekno = 0;357 char weekno = 0; /* note: Novell/Groupwise sends BYDAY=255SU, so we fit in a signed char to get -1 SU for last sunday. */ 358 358 icalrecurrencetype_weekday wd; 359 359 short *array = parser->rt.by_day; 360 360 char* end;
Note: See TracBrowser
for help on using the repository browser.