X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Fdownloads.lisp;h=c08183bd168e0b3836cbdcd6c3a63206a3f13ed5;hb=d759c3eaedd71d15b839bbbfbb9d72557366846b;hp=f0e16b62ad7ff302a91183feb4f4bd9d0d163e3d;hpb=56101303de2ecd982a094e354a4d4d2eb1547d81;p=lml.git diff --git a/2/downloads.lisp b/2/downloads.lisp index f0e16b6..c08183b 100644 --- a/2/downloads.lisp +++ b/2/downloads.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: downloads.lisp,v 1.2 2003/07/12 17:54:05 kevin Exp $ +;;;; $Id: downloads.lisp,v 1.4 2003/07/12 17:58:19 kevin Exp $ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2000-2003 by Kevin Rosenberg. ;;;; Rights of modification and redistribution are in the LICENSE file. @@ -116,7 +116,7 @@ (display-sections sect dl-data)) (if (consp value) (progn - (print-sect-title title) + (print-sect-title title dl-data) (incf (dl-data-indent dl-data)) (display-sections value dl-data) (decf (dl-data-indent dl-data))) @@ -128,7 +128,7 @@ :url dl-url :name pkg-base :signed nil))) - (display-header pkg-name dl-url dl-data) + (display-header pkg-name dl-url) (dolist (sect sects) (display-sections sect dl-data)) (display-footer dl-data)))