mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[INTL]
Fix overruns in GetTimeSetting(). Patch by Victor Martinez Calvo. CORE-13386 svn path=/trunk/; revision=74939
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user