1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-29 21:58:04 +02:00

common: Fix bad printf format in t-stringhelp.c

--
This commit is contained in:
Werner Koch 2016-06-12 13:43:55 +02:00
parent 334e993a71
commit 2494ce190b
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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