original commit: 50c6fd5a133fc7e3f91bf8f5a7ea4523e0dbcb8c
This commit is contained in:
Matthew Flatt 2004-09-16 17:07:47 +00:00
parent 2e008db7b3
commit b6e2bf4a60

View File

@ -190,7 +190,7 @@
(let ([name (if (string? name)
name
(path->bytes name))])
(let ([m (regexp-match #rx#".(.?)$" name)])
(let ([m (regexp-match #rx#"[.](.+)$" name)])
(and m
(cadr m))))))