mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[KBDTOOL]
Don't deal with uninit memory svn path=/trunk/; revision=70767
This commit is contained in:
parent
1e830e6cc4
commit
2b33641cc1
1 changed files with 1 additions and 0 deletions
|
@ -982,6 +982,7 @@ DoParsing(VOID)
|
|||
}
|
||||
|
||||
/* Now parse the keywords */
|
||||
memset(KeyWords, 0, sizeof(KeyWords));
|
||||
while (KeyWord < (KEYWORD_COUNT - 1))
|
||||
{
|
||||
/* Save this keyword */
|
||||
|
|
Loading…
Reference in a new issue