removed superfluous char-set:whitespace in call to string-trim

This commit is contained in:
interp 2002-05-30 14:07:30 +00:00
parent cacca61a29
commit f82499bf71
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
; Files conform to CLF are expected to print the original line.
(or http-code "-")
(or filesize "-")
(if (string? referer) (string-trim referer char-set:whitespace) "")
(if (string? referer) (string-trim referer) "")
(if (string? user-agent)
(string-trim user-agent char-set:whitespace)
"")))