*: remove some uses of argc
[oweals/busybox.git] / e2fsprogs / old_e2fsprogs / lsattr.c
index 277ec7c2c83c0d651fe56f39115e66f1ee058187..294bf2f2e8727503bff7893cfb68b11fbfb69503 100644 (file)
@@ -56,10 +56,10 @@ static void list_attributes(const char *name)
 
        if (flags & OPT_PF_LONG) {
                printf("%-28s ", name);
-               print_flags(stdout, fsflags, PFOPT_LONG);
+               print_e2flags(stdout, fsflags, PFOPT_LONG);
                bb_putchar('\n');
        } else {
-               print_flags(stdout, fsflags, 0);
+               print_e2flags(stdout, fsflags, 0);
                printf(" %s\n", name);
        }