From 9740c36e80b7e2abf87bde97f674bc1f21b4753c Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Sun, 23 Oct 2016 13:16:19 +0200 Subject: [PATCH] Remove assert on advanced find with knitr module (#10444). --- src/lyxfind.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 224e902dd0..1581ca1e26 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -1110,7 +1110,6 @@ docstring latexifyFromCursor(DocIterator const & cur, int len) LYXERR(Debug::FIND, " with cur.lastpost=" << cur.lastpos() << ", cur.lastrow=" << cur.lastrow() << ", cur.lastcol=" << cur.lastcol()); Buffer const & buf = *cur.buffer(); - LBUFERR(buf.params().isLatex()); odocstringstream ods; otexstream os(ods); -- 2.39.2