Fix bug: don't merge name of default pathname into partial URL string.
authorChris Hanson <org/chris-hanson/cph>
Thu, 10 May 2001 18:19:17 +0000 (18:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 10 May 2001 18:19:17 +0000 (18:19 +0000)
v7/src/imail/imail-file.scm

index e4f5cc8ab4c4434957c96e975b4e6bed6d39fd5d..ecd1c7997689af8d9c724df52de994a9577b54a9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-file.scm,v 1.62 2001/05/09 17:38:22 cph Exp $
+;;; $Id: imail-file.scm,v 1.63 2001/05/10 18:19:17 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology
 ;;;
@@ -77,7 +77,7 @@
                       (re-string-match "/[a-z]:" s #t))
                  (string-tail s 1)
                  s))
-           default-pathname))))
+           (directory-pathname default-pathname)))))
     (cond ((string-prefix? "//localhost/" string)
           (finish (string-tail string (string-length "//localhost"))))
          ((string-prefix? "///" string)