mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 18:50:19 +00:00
Removed unnecessary call to check_prefs_dir() in load_config().
This function is called in save_config(), where it is actually needed.
This commit is contained in:
@@ -624,7 +624,6 @@ load_config (void)
|
|||||||
char out[256];
|
char out[256];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
check_prefs_dir ();
|
|
||||||
username = g_get_user_name ();
|
username = g_get_user_name ();
|
||||||
if (!username)
|
if (!username)
|
||||||
username = "root";
|
username = "root";
|
||||||
|
|||||||
Reference in New Issue
Block a user