From 93b8fb08f9c22718d01f8116d3b6aec91eb2e329 Mon Sep 17 00:00:00 2001 From: Sebastian Stark Date: Mon, 19 May 2008 18:21:30 +0200 Subject: [PATCH] put tab between number of files and number of bytes in dir_stats --- adu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adu.c b/adu.c index 849419b..292501d 100644 --- 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; - 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; } -- 2.39.2