From 82ec93589f75e888da61a4b9db168c1b8563b198 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 30 Oct 2003 22:24:52 +0000 Subject: [PATCH] r8081: Automated commit for Debian build of cl-rss upstream-version-0.1.1 --- debian/changelog | 6 ++++++ main.lisp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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)) -- 2.34.1