fix compilation

This commit is contained in:
Chris Lu
2019-12-28 11:50:42 -08:00
parent f4a74e03d1
commit b7bc08cf52
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ type VolumeFileScanner4SeeDat struct {
}
func (scanner *VolumeFileScanner4SeeDat) VisitSuperBlock(superBlock super_block.SuperBlock) error {
scanner.version = superBlock.Version()
scanner.version = superBlock.Version
scanner.block = superBlock
return nil