summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.c b/dir.c
index 064609c8d8..c7bddf4de2 100644
--- a/dir.c
+++ b/dir.c
@@ -1508,6 +1508,7 @@ glob_helper(
break;
}
# endif
+ case PLAIN:
case MAGICAL:
if (fnmatch(p->str, enc, name, flags) == 0)
*new_end++ = p->next;