path->pagenode returns incorrect path if starting-path is an immediate relative filename
#241
Closed
opened 4 years ago by stschmid
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
(dirname path)
(respectively(split-path path)
) returns'relative
for an immediate relative filename.(path->pagenode p [starting-path])
should returnp
if(eq? starting-dir 'relative)
.Thanks!