[evolution-mapi] Fix a compiler warning (variable may be used uninitialized)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] Fix a compiler warning (variable may be used uninitialized)
- Date: Tue, 21 Aug 2012 10:32:22 +0000 (UTC)
commit 684cf17e833a11ca58ac06764949e1334f63bd9e
Author: Milan Crha <mcrha redhat com>
Date: Tue Aug 21 12:31:46 2012 +0200
Fix a compiler warning (variable may be used uninitialized)
src/calendar/e-cal-backend-mapi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-mapi.c b/src/calendar/e-cal-backend-mapi.c
index 3112c1a..eba783b 100644
--- a/src/calendar/e-cal-backend-mapi.c
+++ b/src/calendar/e-cal-backend-mapi.c
@@ -805,7 +805,7 @@ update_local_cache (ECalBackendMAPI *cbmapi, GCancellable *cancellable)
struct ListCalendarObjectsData lco;
GSList *iter, *components;
mapi_object_t obj_folder;
- gboolean success;
+ gboolean success = FALSE;
GError *mapi_error = NULL;
GHashTable *comps_by_mids;
gboolean partial_update;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]