fixed an obvious bug with the wrong arity to get-compiled-file-sha1 (but this may still be broken in a more subtle way)

This commit is contained in:
Robby Findler 2010-06-20 07:42:32 -05:00
parent 8be8c9b839
commit 7bb8c876b6

View File

@ -81,7 +81,7 @@
(or (not date)
(zo-date . > . date)))
(cons zo-date
(delay (get-compiled-file-sha1 (get-zo-path) mode)))]
(delay (get-compiled-file-sha1 (get-zo-path))))]
[date
(cons date
(delay (get-source-sha1 (get-path))))]