X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain.c;h=a592502631d4910631567bb44c4abd08ebbd392b;hb=dc20e918f1f7baf2a349e0352bf6658e5daf6a23;hp=da8cdc68333c80aea24f55ce82985edae9d2037b;hpb=94304e786b09589046e9ac4e38e2dffca29564b4;p=systembsd.git diff --git a/src/main.c b/src/main.c index da8cdc6..a592502 100644 --- a/src/main.c +++ b/src/main.c @@ -36,13 +36,13 @@ gboolean systemd_utils_init() { g_printf("FAILED to install configs in %s!\n", tmp); return FALSE; } - /*if(!init_xml()) { - gchar **tmp; + if(!init_xml()) { + const gchar * const *tmp; tmp = g_get_system_data_dirs(); g_printf("FAILED to install xml configs in %s!\n", tmp[0]); return FALSE; - }*/ + } #endif return TRUE; }