aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/noice.c b/noice.c
index fdda216..bd905f0 100644
--- a/noice.c
+++ b/noice.c
@@ -419,7 +419,7 @@ dentfill(DIR *dirp, struct entry **dents,
r = fstatat(dirfd(dirp), dp->d_name, &sb,
AT_SYMLINK_NOFOLLOW);
if (r == -1)
- printerr(1, "stat");
+ printerr(1, "fstatat");
(*dents)[n].mode = sb.st_mode;
n++;
}