fsutils: update geometry size (c.f. apache/incubator-nuttx#2861)

This commit is contained in:
Byron Ellacott 2021-02-17 20:54:15 +10:00 committed by Xiang Xiao
parent 7ebd1309dd
commit 2e17cd2e6b

View File

@ -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 (%zu)\n",
") exceeds blocks on device (%" PRIu32 ")\n",
fmt->ff_nsectors, geometry.geo_nsectors);
return -EINVAL;