mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
InsetBibtex.cpp: compilation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24468 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bcc95ca8c8
commit
8488930e7f
@ -719,7 +719,7 @@ FileName InsetBibtex::getBibTeXPath(docstring const & filename, Buffer const & b
|
||||
bool InsetBibtex::addDatabase(docstring const & db)
|
||||
{
|
||||
docstring bibfiles = getParam("bibfiles");
|
||||
if (tokenPos(bibfiles, ',', db) =! -1)
|
||||
if (tokenPos(bibfiles, ',', db) != -1)
|
||||
return false;
|
||||
if (!bibfiles.empty())
|
||||
bibfiles += ',';
|
||||
|
Loading…
Reference in New Issue
Block a user