projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09bfe41
)
Fixed the length for the registry key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION.
author
Hartmut Birr
<osexpert@googlemail.com>
Thu, 3 Jan 2002 11:09:35 +0000
(11:09 +0000)
committer
Hartmut Birr
<osexpert@googlemail.com>
Thu, 3 Jan 2002 11:09:35 +0000
(11:09 +0000)
svn path=/trunk/; revision=2475
reactos/ntoskrnl/cm/registry.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/cm/registry.c
b/reactos/ntoskrnl/cm/registry.c
index
2149892
..
a4a8ef6
100644
(file)
--- a/
reactos/ntoskrnl/cm/registry.c
+++ b/
reactos/ntoskrnl/cm/registry.c
@@
-1,4
+1,4
@@
-/* $Id: registry.c,v 1.6
6 2001/12/05 01:40:23 dwelch
Exp $
+/* $Id: registry.c,v 1.6
7 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);