← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug-1262732 into lp:zorba

 

Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-1262732 into lp:zorba.

Commit message:
patch for bug #1262732 'error [zerr:ZXQP0002]: "false": assertion failed'

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #1262732 in Zorba: "error [zerr:ZXQP0002]: "false": assertion failed"
  https://bugs.launchpad.net/zorba/+bug/1262732

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1262732/+merge/199785
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1262732/+merge/199785
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/store/naive/node_items.cpp'
--- src/store/naive/node_items.cpp	2013-09-17 21:12:49 +0000
+++ src/store/naive/node_items.cpp	2013-12-20 10:36:38 +0000
@@ -411,6 +411,9 @@
       }
 
       assert(ite != end);
+    } else if (relPos == OrdPath::SELF)
+    {
+      return 1;
     }
     else
     {