https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d7d13b32261a5eefaae517be023d5df8cdf2bd31

commit d7d13b32261a5eefaae517be023d5df8cdf2bd31
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sat Aug 10 19:14:04 2019 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sat Aug 10 19:15:38 2019 +0200

    [PROCESSR] Employ usual casing for CurrentControlSet key.
---
 drivers/processor/processr/pnp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/processor/processr/pnp.c b/drivers/processor/processr/pnp.c
index c7ff13f54b9..08bcaf9b429 100644
--- a/drivers/processor/processr/pnp.c
+++ b/drivers/processor/processr/pnp.c
@@ -105,7 +105,7 @@ ProcessorSetFriendlyName(
     PWSTR KeyNameBuffer = NULL;
     PWSTR DeviceId = NULL;
     PWSTR InstanceId = NULL;
-    PWSTR pszPrefix = L"\\Registry\\Machine\\System\\CurrentcontrolSet\\Enum";
+    PWSTR pszPrefix = L"\\Registry\\Machine\\System\\CurrentControlSet\\Enum";
 
     RtlInitUnicodeString(&HardwareKeyName,
                          
L"\\Registry\\Machine\\HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0");

Reply via email to