From 15346346a1b413361579eebb89be7de1f33aa66c Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 03:43:44 +0000 Subject: [PATCH] r2682: Auto commit for Debian build --- downloads.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloads.cl b/downloads.cl index 2fdfe8a..7b528d4 100644 --- a/downloads.cl +++ b/downloads.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: downloads.cl,v 1.6 2002/09/16 03:35:27 kevin Exp $ +;;;; $Id: downloads.cl,v 1.7 2002/09/16 03:43:44 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -50,7 +50,7 @@ :type (pathname-type file)))) (ftp-name (strip-ftp-base file)) (sig-path (concatenate 'string (namestring file) ".asc"))) - (when basename + (when (plusp (length basename)) (with-open-file (strm file :direction :input) (setq size (round (/ (file-length strm) 1024)))) (lml-print "~A" *ftp-url* ftp-name basename) -- 2.34.1