mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +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)
|
||||
dbs << ',';
|
||||
else
|
||||
didone =- true;
|
||||
didone = true;
|
||||
// FIXME UNICODE
|
||||
dbs << from_utf8(latex_path(database));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user