Check if the configuration folder exists

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Quentin Hibon
2018-08-25 12:04:12 +02:00
committed by Lukas Fleischer
parent 8104c4aaf4
commit 65064ceed1
3 changed files with 20 additions and 10 deletions

View File

@@ -80,6 +80,7 @@ int days[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
* io_init()
*/
char path_dir[] = "";
char path_conf_dir[] = "";
char path_todo[] = "";
char path_apts[] = "";
char path_conf[] = "";