From e2cd442811ce3d5d602e1e3d90173af77e5041d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Sun, 16 Jun 2019 12:12:33 +0200 Subject: Change FOLDER to DIR --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 263b534..3edc858 100644 --- a/src/main.c +++ b/src/main.c @@ -775,8 +775,8 @@ void show_version_and_quit() { #ifdef DFLT_PAGER sc_info("-DDFLT_PAGER=\"%s\"", DFLT_PAGER); #endif -#ifdef HISTORY_FOLDER - sc_info("-DHISTORY_FOLDER=\"%s\"", HISTORY_FOLDER); +#ifdef HISTORY_DIR + sc_info("-DHISTORY_DIR=\"%s\"", HISTORY_DIR); #endif #ifdef HISTORY_FILE sc_info("-DHISTORY_FILE=\"%s\"", HISTORY_FILE); -- cgit v1.2.3