noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit ca07068dcb1d506bd999f61b5942fb09194a0f44
parent 6b7c2506db2844d718be714e88cb631b0c721ad2
Author: sin <sin@2f30.org>
Date:   Thu,  6 Nov 2014 14:41:16 +0000

Update error to reflect actual syscall

Diffstat:
Mnoice.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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++; }