X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fwin32-pathname.lisp;h=8edaedae0dc9b1092f9ba8f6c1d6473c11ce6b08;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=80ea08849c1984829ea74829e68e380964466e5e;hpb=621eebe206ae6c6d0d0897d43247ce5e05c2359a;p=sbcl.git diff --git a/src/code/win32-pathname.lisp b/src/code/win32-pathname.lisp index 80ea088..8edaeda 100644 --- a/src/code/win32-pathname.lisp +++ b/src/code/win32-pathname.lisp @@ -165,7 +165,7 @@ (directory (pathname-directory pathname))) (cond ((or (null device) (eq device :unspecific)) "") - ((= 1 (length device)) + ((and (= 1 (length device)) (alpha-char-p (char device 0))) (concatenate 'simple-string device ":")) ((and (consp directory) (eq :relative (car directory))) (error "No printed representation for a relative UNC pathname."))