r3258: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 31 Oct 2002 18:52:23 +0000 (18:52 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 31 Oct 2002 18:52:23 +0000 (18:52 +0000)
debian/changelog
downloads.lisp

index 0a17aa64d9846efdaa19dfb4df655ff275f0b13a..1ec2db1d2f81071ede1cf03691434b5fdedf14bf 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (1.7.1-1) unstable; urgency=medium
+
+  * download.lisp: Fix bug in strip-ftp-base
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 31 Oct 2002 11:51:50 -0700
+
 cl-lml (1.7-1) unstable; urgency=low
 
   * Change #p"" reader forms to "" for SCL compatibility
index bc342c0bf87cf100bab58cc7d5c1cb7c0cd07719..affe2c63a4ca1c54cb8d563eab0083130904c675 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: downloads.lisp,v 1.5 2002/10/16 10:21:53 kevin Exp $
+;;;; $Id: downloads.lisp,v 1.6 2002/10/31 18:52:23 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -38,7 +38,7 @@
      :name (pathname-name file)
      :type (pathname-type file)
      :directory 
-     (when (> (length bdir) (length fdir))
+     (when (> (length fdir) (length bdir))
        (append '(:absolute) 
               (subseq fdir (length bdir) (length fdir)))))))