20
0

only read required field for BOF record

This commit is contained in:
Alex Ustyantsev 2021-03-30 13:28:12 +03:00
parent 4a6cf26307
commit 035abb7993

8
bof.go
View File

@ -21,10 +21,6 @@ func (b *bof) utf16String(buf io.ReadSeeker, count uint32) string {
}
type biffHeader struct {
Ver uint16
Type uint16
Id_make uint16
Year uint16
Flags uint32
Min_ver uint32
Ver uint16
Type uint16
}