svn: r833

original commit: 8572e709688377a6eca3dc09b629a177b475e6ed
This commit is contained in:
Jay McCarthy 2005-09-11 17:43:23 +00:00
parent 226a2c34a8
commit 192d52ac51

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