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 13ccf44 commit 6cff161Copy full SHA for 6cff161
numcodecs/zstd.pyx
@@ -232,7 +232,7 @@ def decompress(source, dest=None):
232
return dest
233
234
235
-cdef findTotalContentSize(const char* source_ptr, size_t source_size):
+cdef unsigned long long findTotalContentSize(const char* source_ptr, size_t source_size):
236
cdef:
237
unsigned long long frame_content_size = 0
238
unsigned long long total_content_size = 0
0 commit comments