summaryrefslogtreecommitdiff
path: root/dahdi_test.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-10-10 18:10:31 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-10-10 18:10:31 +0000
commit6dbfd6f73e45ca777edfc1b208e0f2a233fa8acb (patch)
tree0006b47b7d0c23519c85fd57308ebec7cad17cda /dahdi_test.c
parent3c7028889e1bac7130e3212e8f24711c4afe835e (diff)
revert r5077 as r5078 fixes this better: now we can use 8 entries in a
line. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5080 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi_test.c')
-rw-r--r--dahdi_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dahdi_test.c b/dahdi_test.c
index 15bf5da..133a61c 100644
--- a/dahdi_test.c
+++ b/dahdi_test.c
@@ -130,7 +130,7 @@ int main(int argc, char *argv[])
if (verbose) {
printf("\n%d samples in %0.3f system clock sample intervals (%.3f%%)",
count, ms, 100 - percent);
- } else if (pass > 0 && (pass % 6) == 0) {
+ } else if (pass > 0 && (pass % 8) == 0) {
printf("\n");
}
score = 100.0 - fabs(percent);