blob: 13f7a0dd577d863188f98f6d07ec3223f904ab04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/cpp_common/get_check_data.cpp.orig 2024-02-09 00:36:37 UTC
+++ src/cpp_common/get_check_data.cpp
@@ -262,7 +262,7 @@ int64_t*
* @returns The resultant array
*/
int64_t*
-get_array(ArrayType *v, size_t *arrlen, bool allow_empty) {
+get_array(ArrayType *v, uint64_t *arrlen, bool allow_empty) {
int64_t *c_array = nullptr;
auto element_type = ARR_ELEMTYPE(v);
|