diff options
Diffstat (limited to 'stoc/source/simpleregistry/simpleregistry.cxx')
-rw-r--r-- | stoc/source/simpleregistry/simpleregistry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/simpleregistry/simpleregistry.cxx b/stoc/source/simpleregistry/simpleregistry.cxx index 1c279ba2b205..b6a98c6d95be 100644 --- a/stoc/source/simpleregistry/simpleregistry.cxx +++ b/stoc/source/simpleregistry/simpleregistry.cxx @@ -1052,7 +1052,7 @@ void SimpleRegistry::mergeKey( RegistryKey root; RegError err = registry_.openRootKey(root); if (err == RegError::NO_ERROR) { - err = registry_.mergeKey(root, aKeyName, aUrl); + err = registry_.mergeKey(root, aKeyName, aUrl, false); } switch (err) { case RegError::NO_ERROR: |