summaryrefslogtreecommitdiff
path: root/read_cfg.c
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-09-15 17:06:17 -0700
committerlouie <lshprung@yahoo.com>2020-09-15 17:06:17 -0700
commit0a8d38d5e85788566ca1dfff972297a348732fad (patch)
tree310dfb97bb24766931b38b080e396c4cc46d8db9 /read_cfg.c
parent89ab238d1feee9e6ac557c191f4bd443eb8a657e (diff)
Fixed hide and hideFile bug
Diffstat (limited to 'read_cfg.c')
-rw-r--r--read_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read_cfg.c b/read_cfg.c
index 435b990..6007a91 100644
--- a/read_cfg.c
+++ b/read_cfg.c
@@ -265,7 +265,7 @@ void check_line(char *buffer, char **options, int ln){
e = get_entries(get_ghead(g[i]), e_count);
for(j = 0; j < e_count; j++){
- if(!strcmp((search_res == 9 ? get_ename(e[j]) : get_epath(e[j])), strip_quotes(args[1]))) break;
+ if(!strcmp((search_res == 8 ? get_ename(e[j]) : get_epath(e[j])), strip_quotes(args[1]))) break;
}
if(j < e_count){