X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.C;h=200e0a5a0714d68799a82ee226e8e019234e18d6;hb=104051c151f7c3b37ca4febdb2bc3878f0d6a9b5;hp=37edc5dde3852d249f3d201a8cee183063f9ef07;hpb=49b753f60330fe78a106ec55d8b99d0372464641;p=lyx.git diff --git a/src/converter.C b/src/converter.C index 37edc5dde3..200e0a5a07 100644 --- a/src/converter.C +++ b/src/converter.C @@ -451,7 +451,7 @@ bool Converters::convert(Buffer const * buffer, " < " + quoteName(infile2 + ".out") + " > " + quoteName(logfile); one.startscript(Systemcall::Wait, command2); - if (!scanLog(*buffer, command, FileName(makeAbsPath(logfile, path)), errorList)) + if (!scanLog(*buffer, command, makeAbsPath(logfile, path), errorList)) return false; }