commit 3add3e2eae8f75cf25aa0f32141a62eaef01650d
Author: Juergen Spitzmueller <[email protected]>
Date:   Sun Dec 17 12:53:40 2017 +0100

    Thinko.
    
    Thanks, Kornel!
---
 src/insets/InsetQuotes.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetQuotes.cpp b/src/insets/InsetQuotes.cpp
index 00ce4d6..7ae2d0f 100644
--- a/src/insets/InsetQuotes.cpp
+++ b/src/insets/InsetQuotes.cpp
@@ -884,7 +884,7 @@ void InsetQuotes::latex(otexstream & os, OutputParams const 
& runparams) const
 #else
        } else if ((!runparams.use_babel
 #endif
-                  || fontenc_ != "T1" || fontenc_ != "OT1")
+                  || (fontenc_ != "T1" && fontenc_ != "OT1"))
                   || runparams.isFullUnicode()) {
                // Standard quotation mark macros
                // These are also used by babel

Reply via email to