From 32e789efd24af8064fbb19a8d2c85a4b44e02a0c Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 23 Aug 2001 11:39:21 -0400 Subject: fixed format --- Source/ctest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index cbda92c..f8bceaa 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -182,7 +182,7 @@ int main (int argc, char *argv[]) else { float percent = passed * 100.0 / total; - fprintf(stderr,"%f.0%% tests passed, %i tests failed out of %i\n", + fprintf(stderr,"%.0f%% tests passed, %i tests failed out of %i\n", percent,failed, total); } -- cgit v0.12