mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
fs/binfs/fs_binfs.c: Fix a syslog format error
This commit is contained in:
committed by
Xiang Xiao
parent
da1b593485
commit
ad0ee4fbeb
+1
-1
@@ -193,7 +193,7 @@ static ssize_t binfs_read(FAR struct file *filep,
|
|||||||
{
|
{
|
||||||
/* Reading is not supported. Just return end-of-file */
|
/* 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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user