put tab between number of files and number of bytes in dir_stats
authorSebastian Stark <stark@ranga.kyb.local>
Mon, 19 May 2008 16:21:30 +0000 (18:21 +0200)
committerSebastian Stark <stark@ranga.kyb.local>
Mon, 19 May 2008 16:21:30 +0000 (18:21 +0200)
adu.c

diff --git a/adu.c b/adu.c
index 849419b03a76c19abea57c4d0d7a6a795269a906..292501d10cf0ab172fbe57a01032337ae2d8ce95 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -533,7 +533,7 @@ static int print_id_stats(struct osl_row *row, __a_unused void *data)
                return ret;
        files = *(uint64_t *)obj.data;
 
                return ret;
        files = *(uint64_t *)obj.data;
 
-       printf("%u\t%llu%llu\n", (unsigned)uid, (long long unsigned)files,
+       printf("%u\t%llu\t%llu\n", (unsigned)uid, (long long unsigned)files,
                (long long unsigned)bytes);
        return 1;
 }
                (long long unsigned)bytes);
        return 1;
 }