This patch should fix it.
Andreas.
diff --git a/lib/glob/glob.c b/lib/glob/glob.c
index c77618f..4fb1d16 100644
--- a/lib/glob/glob.c
+++ b/lib/glob/glob.c
@@ -725,8 +725,6 @@ glob_vector (pat, dir, flags)
FREE (tmplink);
}
- QUIT;
-
return ((char **)NULL);
}
@@ -1047,6 +1045,7 @@ glob_filename (pathname, flags)
{
if (free_dirname)
free (directory_name);
+ QUIT;
return (temp_results);
}
--
1.7.11.1
--
Andreas Schwab, [email protected]
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."