summaryrefslogtreecommitdiffstats
path: root/store/source/storpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.cxx')
-rw-r--r--store/source/storpage.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index 2892908599c1..0f559b4be3fd 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -190,7 +190,8 @@ storeError OStorePageManager::remove_Impl (entry & rEntry)
xNext.swap (xPage);
// Check index.
- i = xPage->find (rEntry), n = xPage->usageCount();
+ i = xPage->find (rEntry);
+ n = xPage->usageCount();
if (!(i < n))
{
// Path to entry not exists (Must not happen(?)).