mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
[KERNEL32]
- Igor Paliychuk: Fix properly showing genitive names from NLS data by applying a missed Wine sync. See issue #5556 for more details. svn path=/trunk/; revision=48917
This commit is contained in:
parent
a6480c90d3
commit
66ff3d5774
1 changed files with 1 additions and 1 deletions
|
@ -1761,7 +1761,7 @@ GetLocaleInfoW (
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
memcpy( lpLCData, ch + 1, *ch * sizeof(WCHAR) );
|
memcpy( lpLCData, ch + 1, nRet * sizeof(WCHAR) );
|
||||||
if (LCType != LOCALE_FONTSIGNATURE) lpLCData[nRet-1] = 0;
|
if (LCType != LOCALE_FONTSIGNATURE) lpLCData[nRet-1] = 0;
|
||||||
}
|
}
|
||||||
return nRet;
|
return nRet;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue