This commit is contained in:
Jacek Caban 2015-05-16 15:27:00 +02:00
Родитель c18b147cf7
Коммит 1aa29b4cf1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -249,7 +249,7 @@ nsIMM32Handler::InitKeyboardLayout(nsWindow* aWindow,
// Add room for the terminating null character
sIMEName.SetLength(++IMENameLength);
IMENameLength =
::ImmGetDescriptionW(aKeyboardLayout, sIMEName.BeginWriting(),
::ImmGetDescriptionW(aKeyboardLayout, wwc(sIMEName.BeginWriting()),
IMENameLength);
// Adjust the length to ignore the terminating null character
sIMEName.SetLength(IMENameLength);