From ac793bfe213828f4309e13415cf8325aee6a9dac Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Fri, 14 Dec 2018 10:58:13 -0500 Subject: [PATCH] Comment. --- src/Buffer.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index eff76bf1e8..b7f8b679f2 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2404,6 +2404,13 @@ docstring_list const & Buffer::getBibfiles(UpdateScope scope) const Buffer const * const pbuf = masterBuffer(); if (pbuf != this && scope != UpdateChildOnly) return pbuf->getBibfiles(); + + // In 2.3.x, we have: + //if (!d->bibfile_cache_valid_) + // this->updateBibfilesCache(scope); + // I think that is a leftover, but there have been so many back- + // and-forths with this, due to Windows issues, that I am not sure. + return d->bibfiles_cache_; } -- 2.39.5