mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
- Fix an array overflow
svn path=/trunk/; revision=37213
This commit is contained in:
parent
b21beacd60
commit
d1cadc84e9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ HINSTANCE hInst;
|
|||
DWORD inConMode;
|
||||
DWORD outConMode;
|
||||
|
||||
DWORD columnRightPositions[5];
|
||||
DWORD columnRightPositions[6];
|
||||
TCHAR lpSeparator[80];
|
||||
TCHAR lpHeader[80];
|
||||
TCHAR lpMemUnit[3];
|
||||
|
|
Loading…
Reference in a new issue