mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: Fix bad printf format in t-stringhelp.c
--
This commit is contained in:
parent
334e993a71
commit
2494ce190b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue