]> git.lyx.org Git - lyx.git/blobdiff - src/converter.C
Fix inline collapsable inset set focus crash
[lyx.git] / src / converter.C
index 37edc5dde3852d249f3d201a8cee183063f9ef07..200e0a5a0714d68799a82ee226e8e019234e18d6 100644 (file)
@@ -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;
                        }