X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=downloads.lisp;h=a106f3a62b7fc88cb8932978b6b97decad68d3a7;hp=c08183bd168e0b3836cbdcd6c3a63206a3f13ed5;hb=d302201764fe7e8c5d5db203ffb41ea24c1ec9ec;hpb=126c7b14114bdb4babcb710b851891b9a6587907 diff --git a/downloads.lisp b/downloads.lisp index c08183b..a106f3a 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: downloads.lisp,v 1.4 2003/07/12 17:58:19 kevin Exp $ +;;;; $Id: downloads.lisp,v 1.5 2003/07/12 17:58:50 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. @@ -63,7 +63,7 @@ (lml-format "~A" url url)) (defun display-footer (dl-data) - (when (dl-data-signed) + (when (dl-data-signed dl-data) (lml-princ "

GPG Public Key

") (lml-princ "Use this key to verify file signtatures")) (lml-princ ""))