Only count new words
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user