mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Squash warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33900 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8af8bb9203
commit
e73c866edf
@ -477,7 +477,7 @@ docstring BibTeXInfo::expandFormat(string const & format,
|
||||
continue;
|
||||
}
|
||||
else if (scanning_key)
|
||||
key += thischar;
|
||||
key += char(thischar);
|
||||
else if (richtext || !scanning_rich)
|
||||
ret += thischar;
|
||||
// else the character is discarded, which will happen only if
|
||||
|
Loading…
Reference in New Issue
Block a user