Merge branch 'develop' of lirent/libcdsb into master

This commit is contained in:
2022-08-26 10:03:05 +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;
}