Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/latexoutputfilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ bool LatexOutputFilter::detectWarning(const string & strLine, short &dwCookie)
bool found = false, flush = false;
string warning;

static Regex reLaTeXWarning("^(! )?(LaTeX|pdfTeX|Package|Class) ((.*) )?Warning.*:(.*)$", true);
static Regex reLaTeXWarning("^(! )?(LaTeX|pdfTeX|Package|Class) ((.*) )?Warning[^:]*: (.*)$", true);
static Regex reNoFile("No file (.*)");
// FIXME can be removed when http://sourceforge.net/tracker/index.php?func=detail&aid=1772022&group_id=120000&atid=685683 has promoted to the users
static Regex reNoAsyFile("File .* does not exist.");
Expand Down