Skip to content

Commit

Permalink
Merge pull request #204 from BridgeAR/master
Browse files Browse the repository at this point in the history
Remove buffers `noAssert` argument
  • Loading branch information
cthackers authored Mar 11, 2018
2 parents 576f7c5 + 5a280de commit 032566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/entryHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.writeInt32LE(_crc, Constants.CENCRC, true);
data.writeInt32LE(_crc, Constants.CENCRC);
// compressed size
data.writeUInt32LE(_compressedSize, Constants.CENSIZ);
// uncompressed size
Expand Down

0 comments on commit 032566b

Please sign in to comment.