dreid 2004/06/22 03:22:07
Modified: test abts.c
Log:
Small tinker with the format of the display.
Revision Changes Path
1.4 +1 -1 apr-util/test/abts.c
Index: abts.c
===================================================================
RCS file: /home/cvs/apr-util/test/abts.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- abts.c 21 Jun 2004 15:18:00 -0000 1.3
+++ abts.c 22 Jun 2004 10:22:07 -0000 1.4
@@ -144,7 +144,7 @@
}
reset_status();
- fprintf(stdout, "%s: ", subsuite->name);
+ fprintf(stdout, "%-20s: ", subsuite->name);
update_status();
fflush(stdout);