fixed a probable bug in invoking format-time
svn: r14707
This commit is contained in:
parent
57ff3c2486
commit
5cb9e66cd2
|
@ -107,10 +107,8 @@
|
|||
[(< zo-sec ss-sec) (error 'compile-zo
|
||||
"date for newly created .zo file (~a @ ~a) ~
|
||||
is before source-file date (~a @ ~a)~a"
|
||||
zo-name
|
||||
(format-time (seconds->date zo-sec))
|
||||
ss-name
|
||||
(format-time (seconds->date ss-sec))
|
||||
zo-name (format-time zo-sec)
|
||||
ss-name (format-time ss-sec)
|
||||
(if (> ss-sec (current-seconds))
|
||||
", which appears to be in the future"
|
||||
""))]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user