]> git.lyx.org Git - features.git/commitdiff
WIN32 compile fix.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 16 Nov 2007 11:26:05 +0000 (11:26 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 16 Nov 2007 11:26:05 +0000 (11:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21637 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/os_win32.cpp

index a4f98e07c3ea7135049f434575ad5e8e3e56fadb..1d8c209d9c919621caebfa0793101a7ca327b436 100644 (file)
@@ -247,7 +247,7 @@ string latex_path(string const & p)
                string const drive = p.substr(0, 2);
                string const cygprefix = cygdrive + "/" + drive.substr(0, 1);
                string const cygpath = subst(subst(p, '\\', '/'), drive, cygprefix);
-               LYXERR(Debug::LATEX, << "<Path correction for LaTeX> ["
+               LYXERR(Debug::LATEX, "<Path correction for LaTeX> ["
                        << p << "]->>[" << cygpath << ']');
                return cygpath;
        }