projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
5008f98
)
Merge commit 'fml/master'
author
Andre Noll
<maan@systemlinux.org>
Sat, 22 Nov 2008 22:38:39 +0000
(23:38 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 22 Nov 2008 22:38:39 +0000
(23:38 +0100)
select.c
patch
|
blob
|
history
diff --git
a/select.c
b/select.c
index
7d1212c
..
4417880
100644
(file)
--- a/
select.c
+++ b/
select.c
@@
-559,6
+559,9
@@
static int print_user_summary(struct format_info *fi)
case user_summary_sort_arg_size:
comp = size_comp;
break;
+ default: /* this should never happen, but anyway */
+ comp = size_comp;
+ break;
}
sort_hash_table(comp);
ret = for_each_admissible_user(print_user_summary_line, &usli);