Unverified Commit f25f7fee authored by Richard Berger's avatar Richard Berger
Browse files

Only count new words

parent 6a9073a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1123,7 +1123,7 @@ char * EIMPotentialFileReader::next_line(FILE * fp) {
      concat = false;
      concat = false;
    }
    }


    nwords = utils::count_words(line);
    nwords += utils::count_words(&line[n]);


    // skip line if blank
    // skip line if blank
    if (nwords > 0) {
    if (nwords > 0) {