commit 91383e1fec0cdd833ef351af719badf996798544
Author: Richard Kimberly Heck <[email protected]>
Date: Thu May 30 20:39:43 2019 -0400
Forgot this part
---
src/Buffer.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index e16ac16..3b95440 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);