From: Vincent van Ravesteijn Date: Sun, 8 Apr 2012 19:47:40 +0000 (+0200) Subject: Fix a copy-paste error introduced in b754fb02 X-Git-Tag: 2.0.4~150 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a6399dcd84b0d17b99586b2b7848fd2bbdfddff2;p=features.git Fix a copy-paste error introduced in b754fb02 (cherry picked from commit 91bc04946fafbee92dda4bd17edfa007f615fe5d) --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index ec9289bfc4..d131491e98 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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)