Fix bug in vector-push-extend where (adjust-array) is called but the
return value is discarded. Since (adjust-array) may return a new array, this is wrong.
Loading
Please register or sign in to comment
return value is discarded. Since (adjust-array) may return a new array, this is wrong.