Merge branch 'Fast-Fix' of lirent/libcdsb into develop

This commit is contained in:
2022-08-26 10:02:28 +03:00
committed by Gogs
+3
View File
@@ -230,6 +230,9 @@ stack_t libcdsb_builtin_rbtree_iter_inorder(rbnode_t** root, bool reverse) {
}
}
if (reverse)
stack_reverse(&z);
return z;
}