Cosmetic: use always g_getenv instead of getenv
[claws.git] / src / jpilot.c
index 3c54e4242a9911ed57607e2b660456e73aca40ae..cedfca999426f5a7b5ffa3ea52ffadda6e449a49 100644 (file)
@@ -163,7 +163,7 @@ static const gchar *jpilot_get_charset(void)
        static const gchar *charset = NULL;
 
        if (charset == NULL)
-               charset = getenv("PILOT_CHARSET");
+               charset = g_getenv("PILOT_CHARSET");
 
        if (charset == NULL)
                charset = CS_CP1252;