mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 12:52:58 +00:00
Fixed the length for the registry key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION.
svn path=/trunk/; revision=2475
This commit is contained in:
parent
09bfe41894
commit
a4178da184
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue