X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=downloads.lisp;h=9fc9ac8292026ead8406946790c3ff9b6db14ada;hb=3dd20782b30be51ea311ec67cbd75ada7e956a0e;hp=226095eebfa7d3bf0ea21fe208f9f3534498f465;hpb=a04792f0e7d7c539becfa095778ec16815a3fc29;p=lml.git diff --git a/downloads.lisp b/downloads.lisp index 226095e..9fc9ac8 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: downloads.lisp,v 1.1 2002/09/30 10:26:43 kevin Exp $ +;;;; $Id: downloads.lisp,v 1.2 2002/10/14 03:25:05 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -24,6 +24,7 @@ (defvar *ftp-url*) (defvar *base-name*) (defvar *section-indent* 0) +(declaim (type (fixnum *section-indent*))) (defvar *signed* nil) (defun list-files (files) @@ -40,7 +41,7 @@ :directory (when (> (length bdir) (length fdir)) (append '(:absolute) - (subseq (length bdir) (length fdir) fdir)))))) + (subseq fdir (length bdir) (length fdir))))))) (defun print-file (file) (let ((size 0)