mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:15:42 +00:00
[SYSSETUP] Fix error message in ApplyRegistryValues()
CID 1441398
This commit is contained in:
parent
4b4c0aabcd
commit
402c983094
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ ApplyRegistryValues(
|
||||||
1,
|
1,
|
||||||
(PINT)&dwType))
|
(PINT)&dwType))
|
||||||
{
|
{
|
||||||
DPRINT1("Failed to create the key %S (Error %lu)\n", szKeyName, dwError);
|
DPRINT1("Failed to get key type (Error %lu)\n", GetLastError());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue