Fix name of tar-write-end
This commit is contained in:
parent
ade1c9cc38
commit
4d5ef562cb
|
@ -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