Install kludge to handle \\foo\bar notation.
authorChris Hanson <org/chris-hanson/cph>
Tue, 11 Jul 1995 22:31:03 +0000 (22:31 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 11 Jul 1995 22:31:03 +0000 (22:31 +0000)
v7/src/runtime/dospth.scm

index 67563ea60e887e3b80c7c4d3baa2108180302e1d..c0572ad61e5946140b0cdf966f446f737d3becf0 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: dospth.scm,v 1.26 1995/07/11 22:29:22 cph Exp $
+$Id: dospth.scm,v 1.27 1995/07/11 22:31:03 cph Exp $
 
 Copyright (c) 1992-95 Massachusetts Institute of Technology
 
@@ -274,7 +274,7 @@ MIT in each case. |#
        (eq? (car directory) 'ABSOLUTE)
        (pair? (cdr directory))
        (string? (cadr directory))
-       (string-null?? (cadr directory))))
+       (string-null? (cadr directory))))
 \f
 (define (dos/pathname-as-directory pathname)
   (let ((name (%pathname-name pathname))