From 2b9848c05251ad96185bd435771092ad2013e79e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 19 May 2008 21:46:34 +0200 Subject: [PATCH] Insert missing tab in stat output. --- adu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adu.c b/adu.c index 0e32f85..b311a38 100644 --- a/adu.c +++ b/adu.c @@ -532,7 +532,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