From: Camm Maguire Date: Wed, 24 Jul 2019 23:08:39 +0000 (+0100) Subject: list_order.4 X-Git-Tag: archive/raspbian/2.6.12-90+rpi1~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=31504381d3caa40214366954294be79562599010;p=gcl.git list_order.4 Gbp-Pq: Name list_order.4 --- diff --git a/lsp/gcl_directory.lsp b/lsp/gcl_directory.lsp index 30c0534b..9da15b42 100644 --- a/lsp/gcl_directory.lsp +++ b/lsp/gcl_directory.lsp @@ -62,7 +62,7 @@ (when (pathname-match-p dir v) (push (merge-pathnames (parse-namestring dir nil *default-pathname-defaults* :start pos) pexp nil) r))) :file) - (when (pathname-match-p dir v) (push pexp r)))) + (when (pathname-match-p dir v) (push (pathname (copy-seq (namestring pexp))) r)))) (make-frame "")) r)