svn: r833
This commit is contained in:
Jay McCarthy 2005-09-11 17:43:23 +00:00
parent 700c36eccd
commit 8572e70968

View File

@ -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