mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Generalize a comment
An output file does not have to be a DVI.
This commit is contained in:
parent
f14d7c8a6f
commit
831c057593
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user