mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +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 index = 0;
|
||||
var subKey = baseKey;
|
||||
RegistryKey? subKey = baseKey;
|
||||
|
||||
ICollection<RegistryEntry> result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user