From 221351b816846cee5b5e15596af5ac5702be4a25 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 12 Jul 2003 17:58:50 +0000 Subject: [PATCH] r5297: *** empty log message *** --- 2/downloads.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2/downloads.lisp b/2/downloads.lisp index c08183b..a106f3a 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.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 "")) -- 2.34.1