(ls-lisp-format-time): If timestamp is invalid,

return the string "Unk  0  0000" so at least it appears to be a
valid timestamp to `dired-move-to-filename-regexp'.
This commit is contained in:
Andrew Innes 1999-06-16 19:54:45 +00:00
parent 36bb26f758
commit 452e47d73c

View file

@ -312,7 +312,7 @@ are: A a c i r S s t u"
"%b %e %H:%M" "%b %e %H:%M"
"%b %e %Y") "%b %e %Y")
time) time)
(error "??? ?? ????")))) (error "Unk 0 0000"))))
(provide 'ls-lisp) (provide 'ls-lisp)