summaryrefslogtreecommitdiff
path: root/store/source/storbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbase.hxx')
-rw-r--r--store/source/storbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index 30d32605b2b1..1150a6bca570 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -156,7 +156,7 @@ public:
bool operator== (long count) const
{
- return (m_pCount != 0) ? *m_pCount == count : false;
+ return (m_pCount != 0) && (*m_pCount == count);
}
};