mistake in passing get-timestamp rather than sys-type to write-central-directory
It's worth noting that this hasn't caused me an issue, I came across it as I wanted to see what sys-type actually did. I couldn't say what the affect of this change would be and don't have a use case for it, it just looks wrong!
This commit is contained in:
parent
4ce947da74
commit
b826b176d2
|
@ -289,7 +289,7 @@
|
|||
files))])
|
||||
(when (zip-verbose)
|
||||
(eprintf "zip: writing headers...\n"))
|
||||
(write-central-directory headers get-timestamp))
|
||||
(write-central-directory headers sys-type))
|
||||
(when (zip-verbose)
|
||||
(eprintf "zip: done.\n"))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user