Correct another problem found in build testing.

This commit is contained in:
Gregory Nutt 2018-01-04 13:36:14 -06:00
parent 36cc4fc066
commit d5dc79563c

View file

@ -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);