Merge branch 'develop' of lirent/libcdsb into master

This commit is contained in:
Gregory Lirent 2022-08-26 10:03:05 +03:00 committed by Gogs
commit bdebf87267

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