mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -200,7 +200,7 @@ DPRINT("Creating HKU\n");
|
|||
CmiHardwareKey,
|
||||
NewKey,
|
||||
L"DESCRIPTION",
|
||||
16,
|
||||
22,
|
||||
0,
|
||||
NULL,
|
||||
0);
|
||||
|
|
Loading…
Reference in a new issue