Skip to content

Commit

Permalink
Merge pull request #228 from jmcollin78/patch-1
Browse files Browse the repository at this point in the history
Fix issue #218 - urgent merge and release needed please !
  • Loading branch information
cthackers committed May 12, 2018
2 parents 89b6f67 + cda668c commit c95c553
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);
data.writeUInt32LE(_crc, Constants.CENCRC);
// compressed size
data.writeUInt32LE(_compressedSize, Constants.CENSIZ);
// uncompressed size
Expand Down

0 comments on commit c95c553

Please sign in to comment.