From: Juergen Spitzmueller Date: Thu, 15 Jun 2017 13:29:40 +0000 (+0200) Subject: Also catch "! Incomplete \\if" X-Git-Tag: 2.3.0beta1~240 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=530fec453f870cd2e5d0c74b50367125768b5a45;p=features.git Also catch "! Incomplete \\if" --- diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index f28ea344eb..0a37d0392d 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -797,7 +797,7 @@ int LaTeX::scanLogFile(TeXErrors & terr) } } - if (prefixIs(token, "! Incomplete \\ifx")) { + if (prefixIs(token, "! Incomplete \\if")) { // bug 10666. At this point its not clear we finish with error. wait_for_error = desc; continue;