mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
fsutils/mkfatfs/mkfatfs.c: Fix a syslog format
This commit is contained in:
parent
aea1ba9f5f
commit
89ada765d3
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ static inline int mkfatfs_getgeometry(FAR struct fat_format_s *fmt,
|
|||
if (fmt->ff_nsectors > geometry.geo_nsectors)
|
||||
{
|
||||
ferr("ERROR: User maxblocks (%" PRId32
|
||||
") exceeds blocks on device (%d)\n",
|
||||
") exceeds blocks on device (%zu)\n",
|
||||
fmt->ff_nsectors, geometry.geo_nsectors);
|
||||
|
||||
return -EINVAL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue