mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
3c67d6f77c
commit
99c5a46c68
@ -203,7 +203,7 @@ void InsetListings::latex(otexstream & os, OutputParams const & runparams) const
|
||||
}
|
||||
if (isInline) {
|
||||
char const * delimiter = lstinline_delimiters;
|
||||
for (; delimiter != '\0'; ++delimiter)
|
||||
for (; *delimiter != '\0'; ++delimiter)
|
||||
if (!contains(code, *delimiter))
|
||||
break;
|
||||
// This code piece contains all possible special character? !!!
|
||||
|
Loading…
Reference in New Issue
Block a user