From 2893c73b3209e4fb73d4fce9216fb344e8d9e1e7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 29 Aug 2007 23:10:13 +0200 Subject: [PATCH] Fixed bug in error message. --- lib/sorter/sort-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sorter/sort-test.c b/lib/sorter/sort-test.c index be6fd511..3eb2147e 100644 --- a/lib/sorter/sort-test.c +++ b/lib/sorter/sort-test.c @@ -137,7 +137,7 @@ test_counted(int mode, u64 size) die("Discrepancy: %u instead of %u", j, i); uns k = bgetl(f); if (k != 2*mult) - die("Discrepancy: %u has count %u instead of %u", j, k, mult); + die("Discrepancy: %u has count %u instead of %u", j, k, 2*mult); } bclose(f); } -- 2.39.2