forked from mirrors/tar-split
checksize.go: an extra "k". this is a literal count.
This commit is contained in:
parent
2ec3175786
commit
959f450dca
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ func main() {
|
|||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
fmt.Printf(" -- number of files: %dk\n", num)
|
||||
fmt.Printf(" -- number of files: %d\n", num)
|
||||
|
||||
if err := packFh.Sync(); err != nil {
|
||||
log.Fatal(err)
|
||||
|
|
Loading…
Reference in a new issue