From 487489c5225aee671077bc0ea257e5c460e675ef Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 19 Nov 2017 17:55:59 -0800 Subject: stat() for glob qualifiers lost information in corner case --- Src/glob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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; } -- cgit 1.4.1