mirror of
https://github.com/garraflavatra/go-fmp.git
synced 2025-07-18 20:14:05 +00:00
Skip first sector
This commit is contained in:
@ -27,6 +27,7 @@ type FmpSector struct {
|
||||
NextID uint64
|
||||
Prev *FmpSector
|
||||
Next *FmpSector
|
||||
Payload []byte
|
||||
Chunks []*FmpChunk
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user