Fixed the length for the registry key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION.

svn path=/trunk/; revision=2475
This commit is contained in:
Hartmut Birr 2002-01-03 11:09:35 +00:00
parent 09bfe41894
commit a4178da184

View file

@ -1,4 +1,4 @@
/* $Id: registry.c,v 1.66 2001/12/05 01:40:23 dwelch Exp $ /* $Id: registry.c,v 1.67 2002/01/03 11:09:35 hbirr Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -200,7 +200,7 @@ DPRINT("Creating HKU\n");
CmiHardwareKey, CmiHardwareKey,
NewKey, NewKey,
L"DESCRIPTION", L"DESCRIPTION",
16, 22,
0, 0,
NULL, NULL,
0); 0);