1
1
mirror of https://github.com/wader/fq.git synced 2024-10-06 16:39:48 +03:00
This commit is contained in:
David McDonald 2022-10-07 13:16:17 -05:00
parent fb1a91ac3c
commit 413d425079

View File

@ -183,7 +183,7 @@ func decodeReference(d *decode.D, p *plist, idx uint64) any {
itemOffset := p.o[idx]
if itemOffset >= p.t.offsetTableStart {
d.Errorf("attempting to decode object %d at offset 0x%x beyond offset table start 0x%x",
idx, itemOffset, p.t.offsetTableStart)
idx, itemOffset, p.t.offsetTableStart)
}
var item any