Revert "vocabs.loader: make vocab-dir+ use path-separator too"

This reverts commit 2dcc720629.
db4
Joe Groff 2010-02-17 16:05:59 -08:00
parent 64a2748280
commit f26460450e
1 changed files with 1 additions and 1 deletions
core/vocabs/loader

View File

@ -42,7 +42,7 @@ PRIVATE>
: vocab-dir+ ( vocab str/f -- path )
[ vocab-name "." split ] dip
[ [ dup last ] dip append suffix ] when*
path-separator join ;
"/" join ;
: find-vocab-root ( vocab -- path/f )
vocab-name dup root-cache get at