summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gstrfuncs.c')
-rw-r--r--glib/gstrfuncs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c
index b076aa9ee..ed885fc6f 100644
--- a/glib/gstrfuncs.c
+++ b/glib/gstrfuncs.c
@@ -428,7 +428,7 @@ g_ascii_strtod (const gchar *nptr,
fail_pos = NULL;
-#ifdef ANDROID_STUB
+#ifndef ANDROID_STUB
locale_data = localeconv ();
decimal_point = locale_data->decimal_point;
@@ -645,7 +645,7 @@ g_ascii_formatd (gchar *buffer,
_g_snprintf (buffer, buf_len, format, d);
-#ifdef ANDROID_STUB
+#ifndef ANDROID_STUB
locale_data = localeconv ();
decimal_point = locale_data->decimal_point;
decimal_point_len = strlen (decimal_point);