From f514c2f1ee002c5085b6aeec8662f9317b85a107 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 22 Apr 2008 23:12:36 +0000 Subject: [PATCH] Fix an old typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24469 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetBibtex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetBibtex.cpp b/src/insets/InsetBibtex.cpp index ebc209e3b4..7264d1bc21 100644 --- a/src/insets/InsetBibtex.cpp +++ b/src/insets/InsetBibtex.cpp @@ -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)); } -- 2.39.2