We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a886a97 commit 24a8167Copy full SHA for 24a8167
numcodecs/zstd.pyx
@@ -359,7 +359,7 @@ cdef stream_decompress(const Py_buffer* source_pb):
359
360
return dest
361
362
-cdef findTotalContentSize(const char* source_ptr, size_t source_size):
+cdef unsigned long long findTotalContentSize(const char* source_ptr, size_t source_size):
363
cdef:
364
unsigned long long frame_content_size = 0
365
unsigned long long total_content_size = 0
0 commit comments