mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
[INTL]
Fix overruns in GetTimeSetting(). Patch by Victor Martinez Calvo. CORE-13386 svn path=/trunk/; revision=74939
This commit is contained in:
parent
b3b8277a07
commit
d6f5debb07
1 changed files with 3 additions and 3 deletions
|
@ -162,9 +162,9 @@ GetTimeSetting(
|
|||
PGLOBALDATA pGlobalData)
|
||||
{
|
||||
WCHAR szTimeFormat[MAX_TIMEFORMAT];
|
||||
WCHAR szTimeSep[MAX_TIMEFORMAT];
|
||||
WCHAR szTimeAM[MAX_TIMEFORMAT];
|
||||
WCHAR szTimePM[MAX_TIMEFORMAT];
|
||||
WCHAR szTimeSep[MAX_TIMESEPARATOR];
|
||||
WCHAR szTimeAM[MAX_TIMEAMSYMBOL];
|
||||
WCHAR szTimePM[MAX_TIMEPMSYMBOL];
|
||||
|
||||
/* Time format */
|
||||
GetSelectedComboBoxText(hwndDlg,
|
||||
|
|
Loading…
Reference in a new issue