Fix search url - clic - Clic is an command line interactive client for gopher written in Common LISP
HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 451e378cbe7ff338f129b24b8f9b476fcbf553d3
DIR parent 1a794d72260ef81d5053b8708dd06ebc65c209b8
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Wed, 3 Jan 2018 18:05:47 +0100
Fix search url
Diffstat:
M clic.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/clic.lisp b/clic.lisp
@@ -270,7 +270,7 @@
(progn
(format t "Input : ")
(let ((user-input (read-line nil nil)))
- (format stream "~a?~a~%" uri user-input)))
+ (format stream "~a ~a~%" uri user-input)))
(format stream "~a~%" uri))
(force-output stream)