Minor tweaks

This commit is contained in:
Caleb Gardner
2025-06-06 14:27:35 -05:00
parent 0905141013
commit b2c8084f41
6 changed files with 33 additions and 21 deletions
-3
View File
@@ -49,9 +49,6 @@ func (f *FullReader) AddFragData(blockStart uint64, blockSize uint32, offset uin
_, err := f.rdr.ReadAt(dat, int64(blockStart))
if err != nil {
return err
}
if realSize == 0 {
}
if blockSize == realSize {
dat, err = f.decomp.Decompress(dat)