From: Andre Noll Date: Mon, 19 May 2008 19:46:34 +0000 (+0200) Subject: Insert missing tab in stat output. X-Git-Tag: v0.0.2~46 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=2b9848c05251ad96185bd435771092ad2013e79e;ds=sidebyside Insert missing tab in stat output. --- 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; }