win32 pathname host: Switch to :lower canonical case
authorDavid Lichteblau <david@lichteblau.com>
Fri, 23 Nov 2012 17:10:13 +0000 (18:10 +0100)
committerDavid Lichteblau <david@lichteblau.com>
Wed, 5 Dec 2012 16:34:28 +0000 (17:34 +0100)
src/code/target-pathname.lisp

index ed0c63d..c1deb5a 100644 (file)
@@ -47,7 +47,7 @@
                        (unparse-enough #'unparse-win32-enough)
                        (unparse-directory-separator "\\")
                        (simplify-namestring #'simplify-win32-namestring)
-                       (customary-case :upper))))
+                       (customary-case :lower))))
 (defparameter *win32-host* (make-win32-host))
 (defun make-win32-host-load-form (host)
   (declare (ignore host))