This commit is contained in:
parent
05ad83c703
commit
95200eccfd
2 changed files with 38 additions and 3 deletions
|
|
@ -343,7 +343,7 @@ from there, or #f if that would be an empty string."
|
|||
expire-on-exception?)
|
||||
#t
|
||||
(if lifetime
|
||||
(if (<= 1 lifetime)
|
||||
(if (<= lifetime 1)
|
||||
#t
|
||||
(loop (- lifetime 1)))
|
||||
(loop lifetime)))))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue