summaryrefslogtreecommitdiffstats
path: root/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade')
-rw-r--r--upgrade/r4871_uflag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade/r4871_uflag.c b/upgrade/r4871_uflag.c
index 0a2ac1bd..5d5283ad 100644
--- a/upgrade/r4871_uflag.c
+++ b/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])
{