From cd63ad537e0fd30a76c4e6698bfd5043f1b91296 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 11 Oct 2009 13:33:35 +0200 Subject: Fix a typo in the setting of the *QUERY* variable. Ignore-this: b506b71489624bc76a753439a0dc377 darcs-hash:43462b950ec9f6df3e2d46b64b561b2383cc4adc --- main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lisp') diff --git a/main.lisp b/main.lisp index b0e8274..8546a33 100644 --- a/main.lisp +++ b/main.lisp @@ -51,7 +51,7 @@ (mapcan #'(lambda (param) (list (keywordify param) (http-query-parameter param))) - (http-query-parameter-list))) '()) + (http-query-parameter-list)))) (*post-number* (parse-integer (or (first *subpath*) (getf *query* :id "")) :junk-allowed t #|| :radix 12 ||#)) -- cgit v1.2.3