aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.c b/user.c
index 8fd156f..72a7c13 100644
--- a/user.c
+++ b/user.c
@@ -428,7 +428,7 @@ int user_list(const char* needle)
record_t *rp;
if((rp = find_in_file(tmp, needle)) != NULL)
{
- printf("%20s\t%5d%23s\n", basename(rp->file), rp->index, rp->name);
+ printf(FMTLIST, basename(rp->file), rp->index, rp->name);
processed.matches++;
}
}