diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
| commit | a69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch) | |
| tree | f0bc974f8805049e6b9a4e6864886298fbaa05a4 /lineio.scm | |
| parent | 4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff) | |
| download | slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.tar.gz slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.zip | |
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'lineio.scm')
| -rwxr-xr-x[-rw-r--r--] | lineio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lineio.scm b/lineio.scm index 2b18cf2..c70ff6e 100644..100755 --- a/lineio.scm +++ b/lineio.scm @@ -66,7 +66,7 @@ ;;which case it defaults to the value returned by ;;@code{current-input-port}. (define (write-line str . port) - (apply display str port) + (apply display (cons str port)) (apply newline port)) ;;@args command tmp |
