open output files in text mode
This commit is contained in:
parent
f8d761226d
commit
88e0631c71
|
@ -124,6 +124,7 @@
|
||||||
(let ([result (not (file-exists? f))])
|
(let ([result (not (file-exists? f))])
|
||||||
(with-output-to-file f
|
(with-output-to-file f
|
||||||
(lambda () (printf "~a" str))
|
(lambda () (printf "~a" str))
|
||||||
|
#:mode 'text
|
||||||
#:exists 'replace)
|
#:exists 'replace)
|
||||||
f))
|
f))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user