X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=downloads.lisp;h=68362f76b4be0160b974004cc0cb42db404e91c4;hb=ff389889ddc01f16206b043f1f6eb42b766b4f6f;hp=226095eebfa7d3bf0ea21fe208f9f3534498f465;hpb=e741d288978f9a65554235ecb3115db8eef60b54;p=lml.git diff --git a/downloads.lisp b/downloads.lisp index 226095e..68362f7 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.3 2002/10/14 03:27:38 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -40,7 +40,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)