From: Richard Kimberly Heck Date: Fri, 31 May 2019 00:39:43 +0000 (-0400) Subject: Forgot this part X-Git-Tag: lyx-2.4.0dev-acb2ca7b~1960 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=91383e1fec0cdd833ef351af719badf996798544;p=lyx.git Forgot this part --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index e16ac169cc..3b954407d9 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2484,7 +2484,7 @@ FileName Buffer::getBibfilePath(docstring const & bibid) const // locally file = findtexfile(texfile, "bib", true); if (file.empty()) - file = FileName(makeAbsPath(texfile, filePath())); + file = local_file; } LYXERR(Debug::FILES, "Found at: " << file);