mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
Correct another problem found in build testing.
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ int parse_csvline(char *ptr)
|
|||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
if (nparams >= MAX_FIELDS)
|
if (nparms >= MAX_FIELDS)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%d: Too many Parameters: \"%s\"\n", g_lineno, g_line);
|
fprintf(stderr, "%d: Too many Parameters: \"%s\"\n", g_lineno, g_line);
|
||||||
exit(8);
|
exit(8);
|
||||||
|
|||||||
Reference in New Issue
Block a user