mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
Fix warning
This commit is contained in:
parent
9c7030b36b
commit
d815f382fa
@ -379,7 +379,7 @@ docstring convertLaTeXCommands(docstring const & str)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ch == '~') {
|
if (ch == '~') {
|
||||||
ret += 0x00a0;
|
ret += char_type(0x00a0);
|
||||||
val = val.substr(1);
|
val = val.substr(1);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user