mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
small debug fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5847 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fabd5d2057
commit
08cb9703f4
@ -85,7 +85,7 @@ string QLyXKeySym::getSymbolName() const
|
||||
|
||||
char QLyXKeySym::getISOEncoded() const
|
||||
{
|
||||
char const c = fromqstr(text_)[0];
|
||||
unsigned char const c = fromqstr(text_)[0];
|
||||
lyxerr[Debug::KEY] << "ISOEncoded returning value " << int(c) << endl;
|
||||
return c;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user