mirror of
https://github.com/dgibson/dtc.git
synced 2026-01-22 01:30:34 -05:00
Appease the printf() format $Gods with a correct type.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
7dfba39a23
commit
afa8c2e1d7
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ void check_name(void *fdt, const char *path)
|
|||
path, getname, checkname);
|
||||
|
||||
if (len != strlen(getname))
|
||||
FAIL("fdt_get_name(%s) returned length %d instead of %d",
|
||||
FAIL("fdt_get_name(%s) returned length %d instead of %zd",
|
||||
path, len, strlen(getname));
|
||||
|
||||
/* Now check that it doesn't break if we omit len */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue