mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
correct array size
svn path=/trunk/; revision=11248
This commit is contained in:
@@ -2097,7 +2097,7 @@ LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lparam
|
||||
}
|
||||
|
||||
|
||||
static TCHAR g_pos_names[20][COLUMNS] = {
|
||||
static TCHAR g_pos_names[COLUMNS][20] = {
|
||||
{'\0'} /* symbol */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user