Skip to content

Commit

Permalink
protect '\' in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed May 10, 2012
1 parent d70e396 commit 146538f
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 => 'SYSTEM\CurrentControlSet\Control\Nls\CodePage\ACP'
);
}

Expand Down

0 comments on commit 146538f

Please sign in to comment.