Revert "io.pathnames: fix separator when appending paths in Windows"
This reverts commit b477c43293
.
char-rename
parent
b477c43293
commit
acb4dec55d
|
@ -89,7 +89,7 @@ PRIVATE>
|
||||||
|
|
||||||
: append-relative-path ( path1 path2 -- path )
|
: append-relative-path ( path1 path2 -- path )
|
||||||
[ trim-tail-separators ]
|
[ trim-tail-separators ]
|
||||||
[ trim-head-separators ] bi* path-separator glue ;
|
[ trim-head-separators ] bi* "/" glue ;
|
||||||
|
|
||||||
: append-path ( path1 path2 -- path )
|
: append-path ( path1 path2 -- path )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue