mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[CMD]
- Account for null terminator returned from RegQueryInfoKey CORE-6976 svn path=/trunk/; revision=67430
This commit is contained in:
parent
fb61dce954
commit
7d4ae22417
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ PrintAllAssociations()
|
||||||
return -2;
|
return -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extLength++;
|
||||||
extName = cmd_alloc(extLength * sizeof(TCHAR));
|
extName = cmd_alloc(extLength * sizeof(TCHAR));
|
||||||
|
|
||||||
for(keyCtr = 0; keyCtr < numKeys; keyCtr++)
|
for(keyCtr = 0; keyCtr < numKeys; keyCtr++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue