From 77798c73c5ce16ef355436816514d703dfc84464 Mon Sep 17 00:00:00 2001 From: louie Date: Sun, 1 Aug 2021 13:36:48 -0700 Subject: Fixed invalid config path crash --- include/read_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/read_cfg.h') diff --git a/include/read_cfg.h b/include/read_cfg.h index 6b0c276..b6b996f 100644 --- a/include/read_cfg.h +++ b/include/read_cfg.h @@ -3,7 +3,7 @@ #define BUF_LEN 1024 -void cfg_interp(char *path); +bool cfg_interp(char *path); bool get_sort(); bool get_case_sensitivity(); void refer_to_doc(); -- cgit