Commit e3a12ccfc9fec914eef8be2b89d7878ac34373ad

Thomas de Grivel 2018-05-30T12:11:06

use str more

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/thot.lisp b/thot.lisp
index 632c8d1..cf30e21 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -355,8 +355,7 @@ The requested url ~S was not found on this server."
   (content
    (with-output-to-string (o)
      (flet ((w (&rest parts)
-              (dolist (p parts)
-                (write-sequence o p))))
+              (write-str o parts)))
        (w "<html>
  <head>
   <title>" (h dir) "</title>