We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee99b76 commit 6042ab7Copy full SHA for 6042ab7
1 file changed
lib/archivers/zip/zip-archive-output-stream.js
@@ -244,7 +244,7 @@ ZipArchiveOutputStream.prototype._writeCentralDirectoryZip64 = function() {
244
this.write(zipUtil.getEightBytes(this._archive.centralOffset + this._archive.centralLength));
245
246
// total number of disks
247
- this.write(this.getLongBytes(1));
+ this.write(zipUtil.getLongBytes(1));
248
};
249
250
ZipArchiveOutputStream.prototype._writeCentralFileHeader = function(ae) {
0 commit comments