summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-06-29 17:15:17 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-06-29 17:15:17 +0000
commit0295bac438ac2041fcbcfcbc92297454eb1592b1 (patch)
tree398e18a83c365dfc291296536e8e43d1c40f568e
parent114a2e2da85aef95c7ce1f27431d48675b1072de (diff)
downloadlibapr-0295bac438ac2041fcbcfcbc92297454eb1592b1.tar.gz
Bring over the display fix from apr-util.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65238 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/abts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/abts.c b/test/abts.c
index d10dda4d9..290435d67 100644
--- a/test/abts.c
+++ b/test/abts.c
@@ -144,7 +144,7 @@ abts_suite *abts_add_suite(abts_suite *suite, const char *suite_name_full)
}
reset_status();
- fprintf(stdout, "%s: ", subsuite->name);
+ fprintf(stdout, "%-20s: ", subsuite->name);
update_status();
fflush(stdout);