Author: sebor
Date: Fri Feb 8 15:14:22 2008
New Revision: 620027
URL: http://svn.apache.org/viewvc?rev=620027&view=rev
Log:
2008-02-08 Martin Sebor <[EMAIL PROTECTED]>
* display.cpp (print_target_plain): Increased column width to
so as to fit the longest test name (currently 35 characters).
Modified:
stdcxx/trunk/util/display.cpp
Modified: stdcxx/trunk/util/display.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/util/display.cpp?rev=620027&r1=620026&r2=620027&view=diff
==============================================================================
--- stdcxx/trunk/util/display.cpp (original)
+++ stdcxx/trunk/util/display.cpp Fri Feb 8 15:14:22 2008
@@ -144,7 +144,7 @@
assert (0 == defaults->verbose);
- printf ("%-30.30s ", target_name);
+ printf ("%-40.40s ", target_name);
/* flush to prevent killing a signal from not displaying the text */
fflush (stdout);