read and write tar archives
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: incorrect initial checksum size

+1 -1
+1 -1
utils.ts
··· 1 1 /** Initial checksum value, includes the 8 bytes in the checksum field itself */ 2 - export const INITIAL_CHKSUM = 8 ** 32; 2 + export const INITIAL_CHKSUM = 8 * 32; 3 3 export const RECORD_SIZE = 512; 4 4 5 5 /** Calculates the checksum from the first 512 bytes of a buffer */