diff options
Diffstat (limited to 'printf.c')
-rw-r--r-- | printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |