From: Kevin M. Rosenberg Date: Thu, 30 Oct 2003 22:24:52 +0000 (+0000) Subject: r8081: Automated commit for Debian build of cl-rss upstream-version-0.1.1 X-Git-Tag: debian-0.1.1-4~6 X-Git-Url: http://git.kpe.io/?p=cl-rss.git;a=commitdiff_plain;h=82ec93589f75e888da61a4b9db168c1b8563b198 r8081: Automated commit for Debian build of cl-rss upstream-version-0.1.1 --- diff --git a/debian/changelog b/debian/changelog index ae33aaf..99cb3d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-rss (0.1.1-1) unstable; urgency=low + + * Apply patch from Chris Baker (closes:218287) + + -- Kevin M. Rosenberg Thu, 30 Oct 2003 15:23:51 -0700 + cl-rss (0.1-1) unstable; urgency=low * Initial upload diff --git a/main.lisp b/main.lisp index e458724..61b3b50 100644 --- a/main.lisp +++ b/main.lisp @@ -87,7 +87,7 @@ (cond ((string= "title" (car pair)) (setf (title item) (second pair))) - ((string= "links" (car pair)) + ((string= "link" (car pair)) (setf (link item) (second pair))))) (push item (items rss)))) (incf pos))