mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-03-04 12:42:02 +00:00
Zip: Fix comment
This commit is contained in:
parent
01ec87ddee
commit
ada1b659a8
@ -59,7 +59,7 @@ class ZipArchive {
|
|||||||
throw ZipArchiveError.badArchive
|
throw ZipArchiveError.badArchive
|
||||||
}
|
}
|
||||||
|
|
||||||
let bufferSize = 16384 // 16 kb
|
let bufferSize = 16384 // 16 KiB
|
||||||
var fileNameBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)
|
var fileNameBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)
|
||||||
var dataBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)
|
var dataBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user