Fix name of tar-write-end
This commit is contained in:
parent
912e6dbfe5
commit
b4e9946346
|
@ -49,6 +49,6 @@
|
|||
(write-bytevector bytes)
|
||||
(write-bytevector nulls (current-output-port) 0 nnull)))
|
||||
|
||||
(define (tar-poke-end)
|
||||
(define (tar-write-end)
|
||||
(write-bytevector nulls)
|
||||
(write-bytevector nulls))
|
||||
|
|
Loading…
Reference in New Issue