Generalize a comment

An output file does not have to be a DVI.
This commit is contained in:
Scott Kostyshak 2016-05-25 18:01:00 -04:00
parent f14d7c8a6f
commit 831c057593

View File

@ -879,7 +879,7 @@ int LaTeX::scanLogFile(TeXErrors & terr)
// Natbib seems to use this.
retval |= UNDEF_CIT;
} else if (contains(token, "No pages of output")) {
// A dvi file was not created
// No output file (e.g. the DVI or PDF) was created
retval |= NO_OUTPUT;
} else if (contains(token, "That makes 100 errors")) {
// More than 100 errors were reprted