]> git.lyx.org Git - features.git/commitdiff
Fix typo.
authorRichard Heck <rgheck@comcast.net>
Fri, 4 Sep 2009 13:52:49 +0000 (13:52 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 4 Sep 2009 13:52:49 +0000 (13:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31277 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfind.cpp

index 90c76a07baedc7499af56a46c1d24b8c326ec0d2..8b2c9343592c3ae952978a3de8194c20842810c0 100644 (file)
@@ -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;