mirror of
https://github.com/reactos/reactos.git
synced 2025-07-10 23:24:19 +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("\n");
|
||||||
dprintf("\t\tType = %d\n",KeyValueInformation[0].Type);
|
dprintf("\t\tType = %d\n",KeyValueInformation[0].Type);
|
||||||
if (KeyValueInformation[0].Type == REG_SZ)
|
if (KeyValueInformation[0].Type == REG_SZ)
|
||||||
dprintf("\t\tValue = %S\n",KeyValueInformation[0].Name+1
|
dprintf("\t\tValue = %S\n",
|
||||||
+KeyValueInformation[0].NameLength/2);
|
(PWCHAR)((PCHAR)&KeyValueInformation[0] + KeyValueInformation[0].DataOffset));
|
||||||
}
|
}
|
||||||
dprintf("NtEnumerateValueKey : \n");
|
dprintf("NtEnumerateValueKey : \n");
|
||||||
Index=0;
|
Index=0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue