PR7576
svn: r833 original commit: 8572e709688377a6eca3dc09b629a177b475e6ed
This commit is contained in:
parent
226a2c34a8
commit
192d52ac51
|
@ -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