Change Tar block padding to 2 blocks
parent
1653cbf817
commit
d5796706e4
|
@ -408,7 +408,7 @@ var Compress = {
|
|||
};
|
||||
|
||||
Tarball.prototype.writeEndBlocks = function() {
|
||||
var filler = new Array(512 * 1);
|
||||
var filler = new Array(512 * 2);
|
||||
filler.fill(0);
|
||||
this.writeBytes(filler);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue