[evolution] Fix possible use of uninitialized variable
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Fix possible use of uninitialized variable
- Date: Thu, 15 Mar 2012 13:06:46 +0000 (UTC)
commit 6e51aa3332ef8698a87594f88651a1d30fb5221a
Author: Milan Crha <mcrha redhat com>
Date: Thu Mar 15 14:01:20 2012 +0100
Fix possible use of uninitialized variable
calendar/gui/e-calendar-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index ee63e86..413e54a 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -614,7 +614,7 @@ clipboard_get_calendar_data (ECalendarView *cal_view,
time_t selected_time_start, selected_time_end;
icaltimezone *default_zone;
ECalClient *client;
- gboolean in_top_canvas, ret;
+ gboolean in_top_canvas, ret = FALSE;
g_return_val_if_fail (E_IS_CALENDAR_VIEW (cal_view), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]