parent
c8539b93fe
commit
0bd15d435a
|
@ -718,7 +718,7 @@ load_default_config(void)
|
||||||
gchar* roaming_path;
|
gchar* roaming_path;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
username = g_get_user_name ();
|
username = g_strdup(g_get_user_name ());
|
||||||
if (!username)
|
if (!username)
|
||||||
username = g_strdup ("root");
|
username = g_strdup ("root");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue