Only count new words

This commit is contained in:
Richard Berger
2020-06-11 13:56:47 -04:00
parent 6a9073a0cb
commit f25f7fee8d

View File

@ -1123,7 +1123,7 @@ char * EIMPotentialFileReader::next_line(FILE * fp) {
concat = false;
}
nwords = utils::count_words(line);
nwords += utils::count_words(&line[n]);
// skip line if blank
if (nwords > 0) {