1
1
mirror of https://github.com/wader/fq.git synced 2024-08-17 07:50:29 +03:00
This commit is contained in:
Mattias Wadman 2023-10-26 12:59:19 +02:00
parent 782d30f36c
commit d4169b9a5b

View File

@ -546,7 +546,7 @@ func machoDecode(d *decode.D) any {
}
})
default:
d.FieldRawLen("data", d.BitsLeft())
d.FieldRawLen("data", int64(size)*8)
}
})
}