summaryrefslogtreecommitdiff
path: root/db/jsobj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/jsobj.cpp')
-rw-r--r--db/jsobj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/jsobj.cpp b/db/jsobj.cpp
index cdae3ffeed7..e600af83317 100644
--- a/db/jsobj.cpp
+++ b/db/jsobj.cpp
@@ -510,7 +510,7 @@ string JSObj::toString() const {
/* well ordered compare */
int JSObj::woCompare(const JSObj& r) const {
-
+ assert( _objdata );
if( isEmpty() )
return r.isEmpty() ? 0 : -1;
if( r.isEmpty() )