From: Kevin M. Rosenberg Date: Sat, 12 Jul 2003 17:58:19 +0000 (+0000) Subject: r5295: *** empty log message *** X-Git-Tag: v2.5.5~54 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=d759c3eaedd71d15b839bbbfbb9d72557366846b r5295: *** empty log message *** --- diff --git a/2/downloads.lisp b/2/downloads.lisp index 05a6716..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.3 2003/07/12 17:57:34 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)))