diff options
Diffstat (limited to 'src/search.c')
-rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index 25b809bd39..091178f693 100644 --- a/src/search.c +++ b/src/search.c @@ -4094,7 +4094,7 @@ find_pattern_in_path ( i = old_files; if (i == max_path_depth) break; - if (path_full_compare(new_fname, files[i].name, TRUE) & FPC_SAME) { + if (path_full_compare(new_fname, files[i].name, TRUE) & kEqualFiles) { if (type != CHECK_PATH && action == ACTION_SHOW_ALL && files[i].matched) { msg_putchar('\n'); /* cursor below last one */ |