1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:47:46 +02:00

Merge pull request #373 from wedge-jarrad/master

Fix #372 - can't start with missing ~/.config
This commit is contained in:
JFreegman 2015-12-18 01:11:16 -05:00
commit 74416b4b58

View File

@ -99,11 +99,6 @@ char *get_user_config_dir(void)
# endif /* __APPLE__ */
if (!file_exists(user_config_dir)) {
free(user_config_dir);
return NULL;
}
return user_config_dir;
}