[gnome-color-manager] Fix a trivial compile warning, which my gcc didn't catch
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Fix a trivial compile warning, which my gcc didn't catch
- Date: Wed, 4 Nov 2009 15:03:20 +0000 (UTC)
commit 52137c98f26cf0bff39414a4711787b75d94cfe6
Author: Richard Hughes <richard hughsie com>
Date: Wed Nov 4 15:02:34 2009 +0000
Fix a trivial compile warning, which my gcc didn't catch
src/gcm-profile.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-profile.c b/src/gcm-profile.c
index e91e6e4..d64febf 100644
--- a/src/gcm-profile.c
+++ b/src/gcm-profile.c
@@ -403,7 +403,7 @@ gcm_parser_load_icc_trc_curve (GcmProfile *profile, const gchar *data, gsize off
{
gboolean ret = TRUE;
guint num_entries;
- guint i;
+ guint i = 0;
guint value;
GcmClutData *trc_data;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]