From: sin Date: Thu, 6 Nov 2014 14:41:16 +0000 (+0000) Subject: Update error to reflect actual syscall X-Git-Tag: v1.0~92^2~129 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ca07068dcb1d506bd999f61b5942fb09194a0f44;p=nnn.git Update error to reflect actual syscall --- diff --git a/noice.c b/noice.c index fdda2162..bd905f0c 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++; }