Closed asb-72 closed 1 year ago
This should fix an issue where total_size being 16384 results in size becoming 0 right?
This should fix an issue where total_size being 16384 results in size becoming 0 right?
Yes, if total_size is less or equal to 16384, then the size becomes 0.
And further in the code the slice is equated as self.info_bytes[0..0]
Thanks!
If total_size is less than block size, computed size will be zero, fix it.