mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Fix an old typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24469 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8488930e7f
commit
f514c2f1ee
@ -179,7 +179,7 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
|
|||||||
if (didone)
|
if (didone)
|
||||||
dbs << ',';
|
dbs << ',';
|
||||||
else
|
else
|
||||||
didone =- true;
|
didone = true;
|
||||||
// FIXME UNICODE
|
// FIXME UNICODE
|
||||||
dbs << from_utf8(latex_path(database));
|
dbs << from_utf8(latex_path(database));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user