From 600830d9f2261571db289504de0302b7b9cc79d3 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 20 Sep 2009 23:24:25 +0000 Subject: * refine output format git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4872 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/upgrade/r4871_uflag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/upgrade/r4871_uflag.c b/pttbbs/upgrade/r4871_uflag.c index 0a2ac1bd..5d5283ad 100644 --- a/pttbbs/upgrade/r4871_uflag.c +++ b/pttbbs/upgrade/r4871_uflag.c @@ -53,7 +53,7 @@ int transform(userec_t *new, userec_t *old, int i) if (ov == nv) continue; - if (dirty++ == 0) printf("%s: %08X => [", u->userid, u->uflag); + if (dirty++ == 0) printf("%-13s: %08X => [", u->userid, u->uflag); u->uflag &= ~(ufmap_to[i]); if (u->deprecated_uflag2 & ufmap_from[i]) { -- cgit v1.2.3