io.pathnames: update windows path word \char:

modern-harvey3
Doug Coleman 2020-01-08 22:14:53 -06:00
parent ae15ed674e
commit ed43639994
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ HOOK: canonicalize-path-full io-backend ( path -- path' )
M: object canonicalize-path-full canonicalize-path canonicalize-drive ;
: >windows-path ( path -- path' ) H{ { CHAR: / CHAR: \\ } } substitute ;
: >windows-path ( path -- path' ) H{ { char: / char: \\ } } substitute ;
TUPLE: pathname string ;