Zip: Fix comment
This commit is contained in:
parent
01ec87ddee
commit
ada1b659a8
|
@ -59,7 +59,7 @@ class ZipArchive {
|
|||
throw ZipArchiveError.badArchive
|
||||
}
|
||||
|
||||
let bufferSize = 16384 // 16 kb
|
||||
let bufferSize = 16384 // 16 KiB
|
||||
var fileNameBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)
|
||||
var dataBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)
|
||||
|
||||
|
|
Loading…
Reference in New Issue