mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
net/local/local_sendpacket.c: Fix a syslog format error
This commit is contained in:
committed by
Xiang Xiao
parent
6ddaa18ee8
commit
49055bc638
@@ -102,7 +102,7 @@ static int local_fifo_write(FAR struct file *filep, FAR const uint8_t *buf,
|
||||
{
|
||||
if (nwritten != -EINTR)
|
||||
{
|
||||
nerr("ERROR: nx_write failed: %d\n", nwritten);
|
||||
nerr("ERROR: nx_write failed: %zd\n", nwritten);
|
||||
return (int)nwritten;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user