mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
More strict printf() format string.
This commit is contained in:
parent
d29ec4c800
commit
c2608599aa
@ -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…
x
Reference in New Issue
Block a user