]> git.lyx.org Git - lyx.git/commitdiff
Forgot this part
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 31 May 2019 00:39:43 +0000 (20:39 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 31 May 2019 00:39:43 +0000 (20:39 -0400)
src/Buffer.cpp

index e16ac169ccd4d774faf5e7bd224675aec8d3cf09..3b954407d933e1cc554c8278c0419b26e3272481 100644 (file)
@@ -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);