1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-07-18 03:54:05 +00:00

Return error for sector headers

This commit is contained in:
2025-06-13 12:19:40 +02:00
parent 2748bd9427
commit 7daac38a79
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@ var (
ErrBadHeader = FmpError("bad header")
ErrUnsupportedCharset = FmpError("unsupported character set")
ErrBadSectorCount = FmpError("bad sector count")
ErrBadSectorHeader = FmpError("bad sector header")
)
const (