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:
Craig Allen 2016-10-13 12:22:42 +01:00 committed by Matthew Flatt
parent 4ce947da74
commit b826b176d2

View File

@ -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"))))