From 1f84ae63d9334be8c316679ea43fc8d03a836677 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 12 Dec 2016 17:52:59 +0100 Subject: [PATCH] Thinko --- src/insets/InsetQuotes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetQuotes.cpp b/src/insets/InsetQuotes.cpp index 48e081a610..ad4759d629 100644 --- a/src/insets/InsetQuotes.cpp +++ b/src/insets/InsetQuotes.cpp @@ -297,7 +297,7 @@ void InsetQuotes::latex(otexstream & os, OutputParams const & runparams) const if (lastchar == '!' || lastchar == '?') qstr.insert(0, "{}"); } - if (qstr[1] == lastchar) + if (qstr[0] == lastchar) qstr.insert(0, "{}"); } -- 2.39.2