]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.cpp
Revert unintentional commits.
[lyx.git] / src / Encoding.cpp
index 7aee70c9b8b3d5e9cdf06810b77ecc06333167a2..efbb1dc8e8bfc2abeddb38e0c70f93540e365a6c 100644 (file)
@@ -437,7 +437,7 @@ docstring Encodings::fromLaTeXCommand(docstring const & cmd, docstring & rem)
 
                CharInfoMap::const_iterator it = unicodesymbols.begin();
                size_t unicmd_size = 0;
-               char_type c;
+               char_type c = 0;
                for (; it != uniend; ++it) {
                        docstring const math = it->second.mathcommand;
                        docstring const text = it->second.textcommand;