mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
WIN32 compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
72e3177e3d
commit
ded737b109
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user