1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

@ -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)