summaryrefslogtreecommitdiff
blob: 68fd355b2e08987d962c29e6d065614d63f321dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
i can only guess at what this test was trying to accomplish ...

ive submitted this upstream

--- main.c
+++ main.c
@@ -465,7 +465,7 @@
 	}
 	compute_segments(window);
 	window = 0;
-	for (v->pass_ticks=0, i=0; i<DEFTESTS != NULL; i++) {
+	for (v->pass_ticks=0, i=0; i<DEFTESTS; i++) {
 
 		/* Test to see if this test is selected for execution */
 		if (v->testsel >= 0) {