PR7576
svn: r833
This commit is contained in:
parent
700c36eccd
commit
8572e70968
|
@ -72,7 +72,7 @@
|
|||
(fragment (url-fragment url)))
|
||||
(cond
|
||||
((and scheme (string=? scheme "file"))
|
||||
(string-append "file:" path
|
||||
(string-append "file:" (combine-path-strings path)
|
||||
(or (and (not fragment) "")
|
||||
(string-append "#" fragment))))
|
||||
(else
|
||||
|
|
Loading…
Reference in New Issue
Block a user