summaryrefslogtreecommitdiffstats
path: root/trunk/src/gather.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/gather.c')
-rw-r--r--trunk/src/gather.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/gather.c b/trunk/src/gather.c
index 8163fe2..d31f472 100644
--- a/trunk/src/gather.c
+++ b/trunk/src/gather.c
@@ -1273,7 +1273,7 @@ add_to_blacklist (const char *name, int deref, int onefs)
size_t len;
struct stat64 st;
- if (stat64 (name, &st) < 0)
+ if (wrap_stat64 (name, &st) < 0)
{
if (implicit)
return 0;