Signed-off-by: Will Murphy <will.murphy@anchore.com>
This commit is contained in:
Will Murphy 2024-04-24 13:31:08 -04:00
parent 20b692df04
commit 6676bb7459

View File

@ -96,7 +96,7 @@ func (c *lazyUnionReader) readAll() error {
return err return err
} }
c.buf = append(c.buf, buf...) c.buf = append(c.buf, buf...)
return nil return err
} }
func (c *lazyUnionReader) ensureReadUntil(offset int64) error { func (c *lazyUnionReader) ensureReadUntil(offset int64) error {