Fix tar file mode

This commit is contained in:
Lassi Kortela 2021-09-20 12:58:32 +03:00
parent 88bf324459
commit dffbe974b3
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
(let* ((before-checksum
(bytevector-append
(tar-string 100 filename)
(tar-octal 8 #x444)
(tar-octal 8 #o444)
(tar-octal 8 0)
(tar-octal 8 0)
(tar-octal 12 (bytevector-length bytes))