more alloca fixes
This commit is contained in:
@@ -6,5 +6,5 @@ void array_cat(array* to,const array* const from) {
|
||||
array_fail(to);
|
||||
return;
|
||||
}
|
||||
return array_catb(to,from->p,from->initialized);
|
||||
array_catb(to,from->p,from->initialized);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user