Merge branch '#68-issue' of lirent/libcdsb into develop
This commit is contained in:
commit
6dc339f0f2
@ -47,6 +47,7 @@ void libcdsb_stack_push_many(stack_t* x, size_t c, ...) {
|
||||
n->prev = x->prev;
|
||||
n->value = x->value;
|
||||
x->prev = n;
|
||||
x->value = va_arg(args, void*);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user