Skip to content

Commit

Permalink
fix header size
Browse files Browse the repository at this point in the history
  • Loading branch information
anjor committed Dec 16, 2024
1 parent a7ca464 commit adc1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd-car-split.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func newCmd_SplitCar() *cli.Command {
}

// Set the currentFileSize to the size of the header
currentFileSize = uint64(len(nulRootCarHeader))
currentFileSize = hdrSize
currentSubsetInfo = subsetInfo{fileName: filename, firstSlot: -1, lastSlot: -1}
return nil
}
Expand Down

0 comments on commit adc1b93

Please sign in to comment.