The registry key name may be longer than 100 characters.

svn path=/trunk/; revision=18171
This commit is contained in:
Hartmut Birr 2005-09-30 16:33:06 +00:00
parent 6141c6f498
commit 70c65c0144

View file

@ -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;