Skip to content

Commit 70c63b1

Browse files
committed
possible fix for Orbmu2k#128
1 parent f003324 commit 70c63b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nspector/Common/Meta/CustomSettingMetaService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public CustomSettingMetaService(CustomSettingNames customSettings, SettingMetaSo
3030
{
3131
if (string.IsNullOrEmpty(type)) return null;
3232

33-
switch(type.ToLower())
33+
switch(type.ToLowerInvariant())
3434
{
3535
case "dword":
3636
return NVDRS_SETTING_TYPE.NVDRS_DWORD_TYPE;

0 commit comments

Comments
 (0)