summaryrefslogtreecommitdiff
path: root/libguile/fports.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/fports.c')
-rw-r--r--libguile/fports.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/fports.c b/libguile/fports.c
index 886caadf6..7317ed17d 100644
--- a/libguile/fports.c
+++ b/libguile/fports.c
@@ -297,8 +297,6 @@ SCM_DEFINE (scm_open_file, "open-file", 2, 0, 0,
SCM_VALIDATE_STRING (1, filename);
SCM_VALIDATE_STRING (2, mode);
- SCM_STRING_COERCE_0TERMINATION_X (filename);
- SCM_STRING_COERCE_0TERMINATION_X (mode);
file = SCM_STRING_CHARS (filename);
md = SCM_STRING_CHARS (mode);