More strict printf() format string.
This commit is contained in:
parent
666f266e90
commit
d1cbb1deeb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ void
|
|||
check (size_t result, size_t expected)
|
||||
{
|
||||
if (result != expected) {
|
||||
printf ("Expected strnlen() to return %d, got %d.\n",
|
||||
printf ("Expected strnlen() to return %u, got %u.\n",
|
||||
expected, result);
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue