summaryrefslogtreecommitdiffstats
path: root/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf.c')
-rw-r--r--printf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/printf.c b/printf.c
index 888fecb..9b284b4 100644
--- a/printf.c
+++ b/printf.c
@@ -371,6 +371,7 @@ static int bfs_printf_Y(FILE *file, const struct bfs_printf_directive *directive
type = "L";
break;
case ENOENT:
+ case ENOTDIR:
type = "N";
break;
}