CLEANUP: cfgparse: Remove duplication of `MAX_LINE_ARGS + 1`

We can calculate the number of possible arguments based off the size of the
`args` array. We should do so to prevent the two values from getting out of
sync.
1 file changed