]> Dogcows Code - chaz/homebank/blobdiff - src/hb-preferences.c
fix improper struct_type argument to g_new0
[chaz/homebank] / src / hb-preferences.c
index d257ca7c3dcc7035f0713b8d0ed155ad90c9f552..076a5460df5166d4fb8b8226c27817ba59094702 100644 (file)
@@ -430,7 +430,7 @@ gint i;
        PREFS->vehicle_unit_ismile = FALSE;
        PREFS->vehicle_unit_isgal  = FALSE;
 
-       gchar** plugin_path = g_new0(gchar**, 4);
+       gchar** plugin_path = g_new0(gchar*, 4);
        i = 0;
        const gchar* env = g_getenv("HOMEBANK_PLUGINS");
        if (env) {
This page took 0.020253 seconds and 4 git commands to generate.