[tracker/tracker-0.10] libtracker-common: Fix compile warning, no functional change
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] libtracker-common: Fix compile warning, no functional change
- Date: Fri, 21 Oct 2011 14:24:51 +0000 (UTC)
commit e7210816db04975190cb03e2c9ec40ed7f82e5a4
Author: JÃrg Billeter <j bitron ch>
Date: Mon Oct 17 10:54:21 2011 +0200
libtracker-common: Fix compile warning, no functional change
src/libtracker-common/tracker-locale.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-common/tracker-locale.c b/src/libtracker-common/tracker-locale.c
index 0f11620..7947869 100644
--- a/src/libtracker-common/tracker-locale.c
+++ b/src/libtracker-common/tracker-locale.c
@@ -121,7 +121,7 @@ tracker_locale_init (void)
/* Initialize those not retrieved from gconf, or if not in meegotouch */
for (i = 0; i < TRACKER_LOCALE_LAST; i++) {
if (!current_locales[i]) {
- const gchar *env_locale;
+ const gchar *env_locale = NULL;
switch (i) {
case TRACKER_LOCALE_LANGUAGE:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]