From b6bc70d732ac6f3e608fef6d0b295fa9a32e7369 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 30 Oct 2009 22:31:52 +0100 Subject: Fix the return value of metaWeblog.getCategories. Ignore-this: b881052414a3db21747a64cd9e55e936 darcs-hash:f1a19af9b8b7942d3d316991a104a9b9ad146591 --- xml-rpc-functions.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml-rpc-functions.lisp b/xml-rpc-functions.lisp index 11c6803..bda05c1 100644 --- a/xml-rpc-functions.lisp +++ b/xml-rpc-functions.lisp @@ -60,7 +60,7 @@ (defun mulk.journal.xml-rpc::metaWeblog.getCategories (blogid username password) (declare (ignore blogid username password)) - (list)) + #()) (defun mulk.journal.xml-rpc::metaWeblog.getRecentPosts (blogid username password number-of-posts) -- cgit v1.2.3