projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4906ff
)
Insert missing tab in stat output.
author
Andre Noll
<maan@systemlinux.org>
Mon, 19 May 2008 19:46:34 +0000
(21:46 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Mon, 19 May 2008 19:46:34 +0000
(21:46 +0200)
adu.c
patch
|
blob
|
history
diff --git
a/adu.c
b/adu.c
index 0e32f8564079b4d5eac0c9302f5e95a248d64062..b311a386690de22071921950cb7a35b29d3d3b2f 100644
(file)
--- 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;
}