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

This commit is contained in:
Gregory Lirent 2022-08-26 10:02:28 +03:00 committed by Gogs
commit 90341ae51c

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;
}