From: Kevin M. Rosenberg Date: Mon, 16 Sep 2002 03:43:44 +0000 (+0000) Subject: r2682: Auto commit for Debian build X-Git-Tag: v2.5.5~185 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=15346346a1b413361579eebb89be7de1f33aa66c;p=lml.git r2682: Auto commit for Debian build --- 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)