mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
Merged in raiden00/nuttx (pull request #499)
syslog_console.c: fix typo Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
@@ -106,7 +106,7 @@ static ssize_t syslog_console_read(FAR struct file *filep, FAR char *buffer,
|
||||
static ssize_t syslog_console_write(FAR struct file *filep,
|
||||
FAR const char *buffer, size_t buflen)
|
||||
{
|
||||
return syslog_write(buffer, len);
|
||||
return syslog_write(buffer, buflen);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user