We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 576f7c5 + 5a280de commit 032566bCopy full SHA for 032566b
headers/entryHeader.js
@@ -213,7 +213,7 @@ module.exports = function () {
213
// modification time (2 bytes time, 2 bytes date)
214
data.writeUInt32LE(_time, Constants.CENTIM);
215
// uncompressed file crc-32 value
216
- data.writeInt32LE(_crc, Constants.CENCRC, true);
+ data.writeInt32LE(_crc, Constants.CENCRC);
217
// compressed size
218
data.writeUInt32LE(_compressedSize, Constants.CENSIZ);
219
// uncompressed size
0 commit comments