From 3c7028889e1bac7130e3212e8f24711c4afe835e Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Fri, 10 Oct 2008 18:06:32 +0000 Subject: make dahdi_test's prints fit in one line. It makes them slightly less "accurate", but we already use it in the verbose messages, and dahdi_test is not really accurate. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5079 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dahdi_test.c') diff --git a/dahdi_test.c b/dahdi_test.c index 699d9e0..15bf5da 100644 --- a/dahdi_test.c +++ b/dahdi_test.c @@ -139,7 +139,7 @@ int main(int argc, char *argv[]) if (score < worst) worst = score; if (!verbose) - printf("%f%% ", score); + printf("%.3f%% ", score); total += score; delay_total += 100 - percent; fflush(stdout); -- cgit v1.2.3