diff options
Diffstat (limited to 'mail/evolution-mapi/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c')
-rw-r--r-- | mail/evolution-mapi/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/evolution-mapi/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c b/mail/evolution-mapi/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c new file mode 100644 index 000000000000..5801861bd60a --- /dev/null +++ b/mail/evolution-mapi/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c @@ -0,0 +1,10 @@ +--- src/libexchangemapi/exchange-mapi-cal-utils.c.orig 2010-06-07 16:59:16.000000000 +0200 ++++ src/libexchangemapi/exchange-mapi-cal-utils.c 2010-06-07 17:01:25.000000000 +0200 +@@ -2175,6 +2175,7 @@ populate_freebusy_data (struct Binary_r + gchar *start = NULL, *end = NULL; + time_t start_date, end_date; + icalcomponent *icalcomp = NULL; ++ int daylight = 0; + + if (!bin) + return; |