mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Fix "Converting null literal.." warning (#9205)
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Registry.Helper
|
|||||||
|
|
||||||
var subKeysNames = subKeyPath.Split('\\');
|
var subKeysNames = subKeyPath.Split('\\');
|
||||||
var index = 0;
|
var index = 0;
|
||||||
var subKey = baseKey;
|
RegistryKey? subKey = baseKey;
|
||||||
|
|
||||||
ICollection<RegistryEntry> result;
|
ICollection<RegistryEntry> result;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user