]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiKeySymbol.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiKeySymbol.cpp
index 5ec58c44fe731e0094fac4ce531a9abc3f51b568..27b593bb705ff75f6a4afb9992e5b0deb2934b76 100644 (file)
@@ -672,7 +672,7 @@ char_type KeySymbol::getUCSEncoded() const
                return 0;
 
        // UTF16 has a maximum of two characters.
-       LASSERT(text_.size() <= 2, /**/);
+       LASSERT(text_.size() <= 2, return 0);
 
        if (lyxerr.debugging() && text_.size() > 1) {
                // We don't know yet how well support the full ucs4 range.