mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix a copy-paste error introduced in b754fb02
(cherry picked from commit 91bc04946f
)
This commit is contained in:
parent
25246819de
commit
a6399dcd84
@ -3613,7 +3613,8 @@ bool Buffer::doExport(string const & format, bool put_in_tempdir,
|
||||
return false;
|
||||
} else {
|
||||
runparams.nice = false;
|
||||
bool const success = makeLaTeXFile(FileName(filename), string(), runparams);
|
||||
bool const success = makeLaTeXFile(
|
||||
FileName(filename), filePath(), runparams);
|
||||
if (d->cloned_buffer_)
|
||||
d->cloned_buffer_->d->errorLists["Export"] = d->errorLists["Export"];
|
||||
if (!success)
|
||||
|
Loading…
Reference in New Issue
Block a user