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.1.0beta1~1933^2~52 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=91bc04946fafbee92dda4bd17edfa007f615fe5d;p=features.git Fix a copy-paste error introduced in b754fb02 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index aebe0c96cb..d5e337603c 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3749,7 +3749,8 @@ Buffer::ExportStatus Buffer::doExport(string const & target, bool put_in_tempdir return ExportTexPathHasSpaces; } 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)