fix module-path-index->taglet bug that is mainly exposed when the current directory is a root directory
svn: r10231 original commit: 64147e45abdfa0cef15f6dd7fcf20e3b481d01e3
This commit is contained in:
parent
e813db05b7
commit
e5d3889fe4
|
@ -104,7 +104,7 @@
|
||||||
;; Derive the name from the module path:
|
;; Derive the name from the module path:
|
||||||
(let ([p (collapse-module-path-index
|
(let ([p (collapse-module-path-index
|
||||||
mod
|
mod
|
||||||
(current-directory))])
|
(build-path (current-directory) "dummy"))])
|
||||||
(if (path? p)
|
(if (path? p)
|
||||||
;; If we got a path back anyway, then it's best to use the resolved
|
;; If we got a path back anyway, then it's best to use the resolved
|
||||||
;; name; if the current directory has changed since we
|
;; name; if the current directory has changed since we
|
||||||
|
|
Loading…
Reference in New Issue
Block a user