From fe4b3e4b1501dabe0ca212926532506e325c84c0 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Tue, 27 Mar 2012 10:53:19 +0300 Subject: [PATCH] don't refer to unix namestrings on windows --- src/code/win32-pathname.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/win32-pathname.lisp b/src/code/win32-pathname.lisp index 5c0f9a5..766c068 100644 --- a/src/code/win32-pathname.lisp +++ b/src/code/win32-pathname.lisp @@ -85,7 +85,7 @@ name))) (when position (error 'namestring-parse-error - :complaint "can't embed #\\Nul or #\\/ in Unix namestring" + :complaint "can't embed #\\Nul or #\\/ in Windows namestring" :namestring namestring :offset position)))) -- 1.7.10.4