From 5b343f3e2515eb1077792564735f7e7c9e4c65e7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 8 Apr 2017 07:47:37 -0600 Subject: Move bftw_typeflag converters to util.c --- printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'printf.c') diff --git a/printf.c b/printf.c index 7999010..cc8989f 100644 --- a/printf.c +++ b/printf.c @@ -350,7 +350,7 @@ static int bfs_printf_Y(FILE *file, const struct bfs_printf_directive *directive struct stat sb; if (fstatat(ftwbuf->at_fd, ftwbuf->at_path, &sb, 0) == 0) { - type = bfs_printf_type(bftw_mode_to_typeflag(sb.st_mode)); + type = bfs_printf_type(mode_to_typeflag(sb.st_mode)); } else { switch (errno) { case ELOOP: -- cgit v1.2.3