mirror of
https://github.com/zhigang1992/adm-zip.git
synced 2026-04-29 12:25:27 +08:00
@@ -213,7 +213,7 @@ module.exports = function () {
|
||||
// modification time (2 bytes time, 2 bytes date)
|
||||
data.writeUInt32LE(_time, Constants.CENTIM);
|
||||
// uncompressed file crc-32 value
|
||||
data.writeUInt32LE(_crc, Constants.CENCRC);
|
||||
data.writeInt32LE(_crc & 0xFFFF, Constants.CENCRC, true);
|
||||
// compressed size
|
||||
data.writeUInt32LE(_compressedSize, Constants.CENSIZ);
|
||||
// uncompressed size
|
||||
|
||||
Reference in New Issue
Block a user