1
0
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:
2025-06-13 19:54:17 +02:00
parent 17a3664e42
commit f364ed7ede
3 changed files with 99 additions and 77 deletions

View File

@ -27,6 +27,7 @@ type FmpSector struct {
NextID uint64
Prev *FmpSector
Next *FmpSector
Payload []byte
Chunks []*FmpChunk
}