mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
The registry key name may be longer than 100 characters.
svn path=/trunk/; revision=18171
This commit is contained in:
parent
6141c6f498
commit
70c65c0144
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ STATIC VOID
|
|||
EnumerateBiosDiskEntries(PPARTLIST PartList)
|
||||
{
|
||||
RTL_QUERY_REGISTRY_TABLE QueryTable[3];
|
||||
WCHAR Name[100];
|
||||
WCHAR Name[120];
|
||||
ULONG AdapterCount;
|
||||
ULONG DiskCount;
|
||||
NTSTATUS Status;
|
||||
|
|
Loading…
Reference in a new issue