*** empty log message ***
This commit is contained in:
parent
de5c5dab30
commit
74961f8bd4
2
uri.scm
2
uri.scm
|
@ -170,7 +170,7 @@
|
||||||
s))) ; new length of escaped string
|
s))) ; new length of escaped string
|
||||||
(if (= nlen (string-length s)) s
|
(if (= nlen (string-length s)) s
|
||||||
(let ((ns (make-string nlen)))
|
(let ((ns (make-string nlen)))
|
||||||
(string-fold-right
|
(string-fold-left
|
||||||
(lambda (c i) ; replace each occurance of an
|
(lambda (c i) ; replace each occurance of an
|
||||||
; character to escape with %ff where ff
|
; character to escape with %ff where ff
|
||||||
; is the ascii-code in hexadecimal
|
; is the ascii-code in hexadecimal
|
||||||
|
|
Loading…
Reference in New Issue