mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed a display bug in test 1.
svn path=/trunk/; revision=3813
This commit is contained in:
parent
64c768602f
commit
21ad71423a
1 changed files with 11 additions and 11 deletions
|
@ -137,8 +137,8 @@ void test1(void)
|
|||
dprintf("\n");
|
||||
dprintf("\t\tType = %d\n",KeyValueInformation[0].Type);
|
||||
if (KeyValueInformation[0].Type == REG_SZ)
|
||||
dprintf("\t\tValue = %S\n",KeyValueInformation[0].Name+1
|
||||
+KeyValueInformation[0].NameLength/2);
|
||||
dprintf("\t\tValue = %S\n",
|
||||
(PWCHAR)((PCHAR)&KeyValueInformation[0] + KeyValueInformation[0].DataOffset));
|
||||
}
|
||||
dprintf("NtEnumerateValueKey : \n");
|
||||
Index=0;
|
||||
|
|
Loading…
Reference in a new issue