Skip to content

Commit 032566b

Browse files
authored
Merge pull request #204 from BridgeAR/master
Remove buffers `noAssert` argument
2 parents 576f7c5 + 5a280de commit 032566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

headers/entryHeader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ module.exports = function () {
213213
// modification time (2 bytes time, 2 bytes date)
214214
data.writeUInt32LE(_time, Constants.CENTIM);
215215
// uncompressed file crc-32 value
216-
data.writeInt32LE(_crc, Constants.CENCRC, true);
216+
data.writeInt32LE(_crc, Constants.CENCRC);
217217
// compressed size
218218
data.writeUInt32LE(_compressedSize, Constants.CENSIZ);
219219
// uncompressed size

0 commit comments

Comments
 (0)