aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/t-stringhelp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/t-stringhelp.c b/common/t-stringhelp.c
index db0e811d7..4f4555e14 100644
--- a/common/t-stringhelp.c
+++ b/common/t-stringhelp.c
@@ -733,7 +733,7 @@ test_split_fields (void)
if (field_count != field_count_expected)
{
printf ("%s: tidx %d: expected %d, got %d\n",
- __func__, tidx, i, field_count_expected, field_count);
+ __func__, tidx, field_count_expected, field_count);
fail (tidx * 1000);
}
else