svn: r11843

This commit is contained in:
Robby Findler 2008-09-23 13:56:47 +00:00
parent add3676853
commit cde0dc2566

View File

@ -43,7 +43,7 @@
(if (eof-object? x)
(reverse r)
(let* ([x (and (list? x) (= 7 (length x)) (list-ref x 4))]
[x (and (bytes? x) (bytes->path x))])
[x (and (bytes? x) (simplify-path (bytes->path x)))])
(loop (if x (cons x r) r)))))))))))))
;; if `x' has `y' as a prefix, return the tail,