svn: r4960
This commit is contained in:
Jay McCarthy 2006-11-27 14:02:28 +00:00
parent 2666723bd0
commit 5b9ccf32ae

View File

@ -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 ]+(.+)$"