aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
authorQuentin Hibon <qh.public@yahoo.com>2018-08-25 12:04:12 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2018-10-21 20:02:57 +0200
commit65064ceed10acdb09f7f6a26f4ab743e2a5e8086 (patch)
tree019f56a05dd7d308fba9b31e5b9e846e83595bb1 /src/vars.c
parent8104c4aaf4c15b56d85aba682d7ce9bb3067b7b3 (diff)
downloadcalcurse-65064ceed10acdb09f7f6a26f4ab743e2a5e8086.tar.gz
calcurse-65064ceed10acdb09f7f6a26f4ab743e2a5e8086.zip
Check if the configuration folder exists
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/vars.c')
-rw-r--r--src/vars.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vars.c b/src/vars.c
index 30393fd..0ebac8f 100644
--- a/src/vars.c
+++ b/src/vars.c
@@ -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[] = "";