commit d6ec3d686b316b968ac306fd9aeffa10fbcdc423
Author: Thibaut Cuvelier <[email protected]>
Date:   Sun Jul 19 21:36:34 2020 +0200

    amend 467d57bc: typo
---
 src/insets/InsetBibtex.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetBibtex.cpp b/src/insets/InsetBibtex.cpp
index 2f41c0e..95c93a1 100644
--- a/src/insets/InsetBibtex.cpp
+++ b/src/insets/InsetBibtex.cpp
@@ -1191,7 +1191,6 @@ void InsetBibtex::docbook(XMLStream & xs, OutputParams 
const &) const
                while (tagIt != tagEnd) {
                        string tag = tagIt->str(); // regex_match cannot work 
with temporary strings.
                        ++tagIt;
-                       regex_match(tag, match, tagRegex);
 
                        if (regex_match(tag, match, tagRegex)) {
                                if (toDocBookTag[match[1]] == "SPECIFIC") {
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to