commit e661f7eefcd73406c5dc3b18dc4b3b9f65b04317
parent 98483b5bb3fd679fab9114810d659d3527a4112d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 12 Oct 2020 13:28:45 +0200
Fix the tree traversal of the "at" operator
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/suvm_volume_at.c b/src/suvm_volume_at.c
@@ -170,7 +170,7 @@ suvm_volume_at
continue;
} else if(traverse_child[0]) { /* Traverse only child 0 */
- node = inner->children[1];
+ node = inner->children[0];
continue;
} else if(traverse_child[1]) { /* Traverse only child 1 */