From fdf07fb99f6fa420946e71c92bf89287d8647761 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 9 Feb 2007 21:37:10 +0100 Subject: [PATCH] Killed a bug in the tester. --- lib/sorter/sort-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sorter/sort-test.c b/lib/sorter/sort-test.c index ddf6734d..bc6ef608 100644 --- a/lib/sorter/sort-test.c +++ b/lib/sorter/sort-test.c @@ -517,6 +517,7 @@ test_graph(uns mode, u64 size) s5_N = N; s5_K = N/4*3; s5_L = N/3*2; + s5_i = s5_j = 0; struct fastbuf *in = NULL; if (mode) -- 2.39.2