fix get-preferences when the file isn't there
svn: r5896 original commit: 61785f1fc85259ff24ca7972305ee63c0186cadd
This commit is contained in:
parent
cfdc482cb8
commit
41e0bfd9b7
|
@ -344,7 +344,7 @@
|
|||
(= (car cache)
|
||||
(file-or-directory-modify-seconds fn #f (lambda () -inf.0))))))
|
||||
(cdr cache)
|
||||
(let ([ts (file-or-directory-modify-seconds fn)]
|
||||
(let ([ts (file-or-directory-modify-seconds fn #f (lambda () -inf.0))]
|
||||
[f (read-prefs fn)])
|
||||
(pref-cache-install! fn fn f)
|
||||
f))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user