summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/filesys.c')
-rw-r--r--libguile/filesys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/filesys.c b/libguile/filesys.c
index 9f665c107..40d5a41d3 100644
--- a/libguile/filesys.c
+++ b/libguile/filesys.c
@@ -1509,7 +1509,7 @@ SCM_DEFINE (scm_i_mkstemp, "mkstemp!", 1, 1, 0,
scm_dynwind_end ();
- port = scm_i_fdes_to_port (rv, mode_bits, tmpl);
+ port = scm_i_fdes_to_port (rv, mode_bits, tmpl, 0);
if (is_binary)
/* Use the binary-friendly ISO-8859-1 encoding. */
scm_i_set_port_encoding_x (port, NULL);