mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +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
|
||||
{
|
||||
if (nparams >= MAX_FIELDS)
|
||||
if (nparms >= MAX_FIELDS)
|
||||
{
|
||||
fprintf(stderr, "%d: Too many Parameters: \"%s\"\n", g_lineno, g_line);
|
||||
exit(8);
|
||||
|
||||
Reference in New Issue
Block a user