[dahdi-commits] tzafrir: tools/trunk r5080 -	/tools/trunk/dahdi_test.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Fri Oct 10 13:10:31 CDT 2008
    
    
  
Author: tzafrir
Date: Fri Oct 10 13:10:31 2008
New Revision: 5080
URL: http://svn.digium.com/view/dahdi?view=rev&rev=5080
Log:
revert r5077 as r5078 fixes this better: now we can use 8 entries in a
line.
Modified:
    tools/trunk/dahdi_test.c
Modified: tools/trunk/dahdi_test.c
URL: http://svn.digium.com/view/dahdi/tools/trunk/dahdi_test.c?view=diff&rev=5080&r1=5079&r2=5080
==============================================================================
--- tools/trunk/dahdi_test.c (original)
+++ tools/trunk/dahdi_test.c Fri Oct 10 13:10:31 2008
@@ -130,7 +130,7 @@
 			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);
    
    
More information about the dahdi-commits
mailing list