From: Nikodemus Siivola Date: Tue, 27 Mar 2012 07:53:19 +0000 (+0300) Subject: don't refer to unix namestrings on windows X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=fe4b3e4b1501dabe0ca212926532506e325c84c0;p=sbcl.git don't refer to unix namestrings on windows --- 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))))