fs/binfs/fs_binfs.c: Fix a syslog format error
This commit is contained in:
parent
da1b593485
commit
ad0ee4fbeb
@ -193,7 +193,7 @@ static ssize_t binfs_read(FAR struct file *filep,
|
||||
{
|
||||
/* Reading is not supported. Just return end-of-file */
|
||||
|
||||
finfo("Read %d bytes from offset %d\n", buflen, filep->f_pos);
|
||||
finfo("Read %zu bytes from offset %d\n", buflen, filep->f_pos);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user