diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/glob.c b/Src/glob.c index c9ec97e0e..66a95329f 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -387,7 +387,7 @@ insert(char *s, int checked) qn = qn->next; } } else if (!checked) { - if (statfullpath(s, NULL, 1)) { + if (statfullpath(s, &buf, 1)) { unqueue_signals(); return; } |