(write-string "\n" port) -> (newline port)
This commit is contained in:
parent
3ef18b6abf
commit
99819b7a47
|
@ -249,7 +249,7 @@
|
||||||
(if log
|
(if log
|
||||||
(begin
|
(begin
|
||||||
(write-string line log)
|
(write-string line log)
|
||||||
(write-string "\n" log)
|
(newline log)
|
||||||
(force-output log)))))
|
(force-output log)))))
|
||||||
|
|
||||||
(define (pop3-send-command connection command)
|
(define (pop3-send-command connection command)
|
||||||
|
|
Loading…
Reference in New Issue