Skip to content

Commit

Permalink
fix a regkey path format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed May 10, 2012
1 parent 146538f commit 889ec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Tools/Win32.pm
Expand Up @@ -48,7 +48,7 @@ sub getLocalCodepage {
$localCodepage =
"cp" .
getRegistryValue(
path => 'SYSTEM\CurrentControlSet\Control\Nls\CodePage\ACP'
path => 'HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Nls/CodePage/ACP'
);
}

Expand Down

0 comments on commit 889ec84

Please sign in to comment.