mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 04:53:02 +01:00
Merge pull request #373 from wedge-jarrad/master
Fix #372 - can't start with missing ~/.config
This commit is contained in:
commit
74416b4b58
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user