From c47c34b1c82234794e5f3e6d9486e6c49ea9cf43 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 4 Sep 2009 13:52:49 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31277 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxfind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 90c76a07ba..8b2c934359 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -794,7 +794,7 @@ docstring stringifyFromCursor(DocIterator const & cur, int len) // No side effect of file copying and image conversion runparams.dryrun = true; LYXERR(Debug::FIND, "Stringifying with cur: " - < cur << ", from pos: " << cur.pos() << ", end: " << end); + << cur << ", from pos: " << cur.pos() << ", end: " << end); return par.stringify(cur.pos(), end, AS_STR_INSETS, runparams); } else if (cur.inMathed()) { odocstringstream os; -- 2.39.2