compilation error in 64 bit...

This commit is contained in:
Edouard Dupin 2012-02-13 21:06:06 +01:00
parent 61f296a246
commit b3bff900d7

View File

@ -610,7 +610,7 @@ void X11_Run(void)
uniChar_t unicodeValue;
//unicode::convertUtf8ToUnicode(buf, unicodeValue);
unicode::convertIsoToUnicode(unicode::EDN_CHARSET_ISO_8859_15, buf[0], unicodeValue);
EWOL_INFO("event Key : " << event.xkey.keycode << " char=\"" << buf << "\"'len=" << strlen(buf) << " unicode=" << unicodeValue);
//EWOL_INFO("event Key : " << event.xkey.keycode << " char=\"" << buf << "\"'len=" << strlen(buf) << " unicode=" << unicodeValue);
if(event.type == KeyPress) {
EWOL_ThreadKeyboardEvent(true, unicodeValue);
} else {