mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[KBDTOOL]
Don't deal with uninit memory svn path=/trunk/; revision=70767
This commit is contained in:
@@ -982,6 +982,7 @@ DoParsing(VOID)
|
||||
}
|
||||
|
||||
/* Now parse the keywords */
|
||||
memset(KeyWords, 0, sizeof(KeyWords));
|
||||
while (KeyWord < (KEYWORD_COUNT - 1))
|
||||
{
|
||||
/* Save this keyword */
|
||||
|
||||
Reference in New Issue
Block a user