From b556b0ba35fde1f0e3d0a61856e1ab74774d5d23 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 8 Jun 2009 09:31:15 +0200 Subject: [PATCH] Increase width of uid column to 6. This makes the user summary output look nicer if there are uids > 10000. --- select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select.c b/select.c index 9dda089..6ef2891 100644 --- a/select.c +++ b/select.c @@ -951,7 +951,7 @@ out: /** Default format string for user_list mode. */ #define USER_LIST_DFLT_FMT "%(size:r:5) %(files:r:5) %(dirname)\n" /** Default format string for user_summary mode. */ -#define USER_SUMMARY_DFLT_FMT "%(pw_name:l:16) %(uid:r:5) %(dirs:r:5) %(files:r:5) %(size:r:5)\n" +#define USER_SUMMARY_DFLT_FMT "%(pw_name:l:16) %(uid:r:6) %(dirs:r:5) %(files:r:5) %(size:r:5)\n" static int setup_format_string(char *fmt, struct format_info **fi) { -- 2.39.2