The Lambda Lab
/
projects
/
scratchy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7b8b9
)
Damn you parinfer.. :-)
author
Tim Vaughan
<tgvaughan@gmail.com>
Mon, 6 May 2019 12:51:56 +0000
(14:51 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Mon, 6 May 2019 12:51:56 +0000
(14:51 +0200)
burrower.scm
patch
|
blob
|
history
diff --git
a/burrower.scm
b/burrower.scm
index
8829de4
..
62aa853
100644
(file)
--- a/
burrower.scm
+++ b/
burrower.scm
@@
-115,8
+115,8
@@
(regular-file? filename)))
(define (serve-directory selector config)
- (let ((filename (make-pathname (list (config-root-dir config) selector
-
gopher-index-filename)
)))
+ (let ((filename (make-pathname (list (config-root-dir config) selector
)
+
gopher-index-filename
)))
(if (legal-filename? filename config)
(begin
(with-input-from-file filename