1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-02-07 10:43:33 +00:00

checksize.go: an extra "k". this is a literal count.

This commit is contained in:
Vincent Batts 2015-03-06 16:41:43 -05:00
parent 2ec3175786
commit 959f450dca

View file

@ -66,7 +66,7 @@ func main() {
log.Fatal(err) 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 { if err := packFh.Sync(); err != nil {
log.Fatal(err) log.Fatal(err)