mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-25 22:19:59 +01:00
common: Fix bad printf format in t-stringhelp.c
--
This commit is contained in:
parent
334e993a71
commit
2494ce190b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user