mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
amend ab4e9adf86
This commit is contained in:
parent
ab4e9adf86
commit
4d30e00da8
@ -623,7 +623,7 @@ pair<bool, docstring> convert_unicodesymbols(docstring s)
|
||||
else {
|
||||
res = false;
|
||||
for (auto const & c : known_escaped_chars)
|
||||
if (prefixIs(s, from_ascii("\\") + c))
|
||||
if (c != 0 && prefixIs(s, from_ascii("\\") + c))
|
||||
res = true;
|
||||
i = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user