[tracker] libtracker-common: Fix compile warning, no functional change
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] libtracker-common: Fix compile warning, no functional change
- Date: Mon, 17 Oct 2011 10:04:41 +0000 (UTC)
commit 7c6ca1120349e742c965cd535a6fca861ec2ca18
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]