This commit is contained in:
a 2025-05-25 00:47:02 -05:00
parent c98d343873
commit 3f59916abe
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -20,7 +20,7 @@ type Nori struct {
lastSignature [4]byte
}
func (n *Nori) Decode(r io.Reader) error {
func (n *Nori) Decode(r io.ReadSeeker) error {
rd := reflectReader(r)
n.Gawi = &GawiSection{}
if _, err := io.ReadFull(rd, n.lastSignature[:]); err != nil {