Correct another problem found in build testing.
This commit is contained in:
parent
36cc4fc066
commit
d5dc79563c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue