From 164cf97d5562ad252730a853556bb53e889c24dc Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Thu, 30 May 2019 20:39:43 -0400 Subject: [PATCH] Forgot this part --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5