pr8404
svn: r4960
This commit is contained in:
parent
2666723bd0
commit
5b9ccf32ae
|
@ -19,7 +19,7 @@
|
|||
(with-input-from-file a-path
|
||||
(lambda ()
|
||||
(let loop ()
|
||||
(match (read-line)
|
||||
(match (read-line (current-input-port) 'any)
|
||||
[(? eof-object?)
|
||||
(void)]
|
||||
[(regexp #"^([^\t ]+)[\t ]+(.+)$"
|
||||
|
|
Loading…
Reference in New Issue
Block a user