1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

quick fix the quick fix

This commit is contained in:
Andy Wingo 2012-02-21 16:50:55 +00:00
parent 1868309a9e
commit 4f6e8ba7bc

View file

@ -95,7 +95,7 @@ consistency checks to make sure that the constructed URI is valid."
(define domain-label-regexp
(make-regexp "^[a-zA-Z0-9]([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
(define top-label-regexp
(make-regexp "^[a-zA-Z]?([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
(make-regexp "^[a-zA-Z]([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
(define (valid-host? host)
(cond