Add missing nulls to tar header record

This commit is contained in:
Lassi Kortela 2021-09-19 14:41:04 +03:00
parent 7bcd912672
commit d4f1c2538d
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@
(tar-string 32 "root")
(tar-octal 8 0)
(tar-octal 8 0)
(tar-string 155 "")))
(tar-string 155 "")
(make-bytevector 12 0)))
(blank-checksum
(make-bytevector 7 (char->integer #\space)))
(checksum