mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Re-enable assert
svn path=/trunk/; revision=7515
This commit is contained in:
@@ -2280,7 +2280,7 @@ CmiScanForSubKey(IN PREGISTRY_HIVE ParentKeyRegistryHive,
|
||||
|
||||
DPRINT("Scanning for sub key %wZ\n", KeyName);
|
||||
|
||||
// assert(RegistryHive);
|
||||
assert(ParentKeyRegistryHive);
|
||||
|
||||
*SubKeyCell = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user