diff options
author | louie <lshprung@yahoo.com> | 2020-09-15 17:06:17 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-09-15 17:06:17 -0700 |
commit | 0a8d38d5e85788566ca1dfff972297a348732fad (patch) | |
tree | 310dfb97bb24766931b38b080e396c4cc46d8db9 /read_cfg.c | |
parent | 89ab238d1feee9e6ac557c191f4bd443eb8a657e (diff) |
Fixed hide and hideFile bug
Diffstat (limited to 'read_cfg.c')
-rw-r--r-- | read_cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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){ |