Fix reference to output-file
svn: r6446
This commit is contained in:
parent
57a8f869a0
commit
bd8f47350f
|
@ -56,7 +56,8 @@
|
||||||
(define full-name (build-path path dir-default))
|
(define full-name (build-path path dir-default))
|
||||||
(when (and (file-exists? full-name)
|
(when (and (file-exists? full-name)
|
||||||
(looks-like-directory? (url-path->string (url-path uri))))
|
(looks-like-directory? (url-path->string (url-path uri))))
|
||||||
(esc (output-file conn full-name method (get-mime-type full-name)))))
|
(esc (output-file conn full-name method (get-mime-type full-name)
|
||||||
|
0 +inf.0))))
|
||||||
indices)
|
indices)
|
||||||
(next-dispatcher))]
|
(next-dispatcher))]
|
||||||
[else
|
[else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user