summaryrefslogtreecommitdiff
path: root/libguile/frames.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/frames.c')
-rw-r--r--libguile/frames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/frames.c b/libguile/frames.c
index 534720f4c..221964f93 100644
--- a/libguile/frames.c
+++ b/libguile/frames.c
@@ -49,7 +49,7 @@ scm_i_frame_print (SCM frame, SCM port, scm_print_state *pstate)
if (scm_is_true (name))
{
- scm_putc_unlocked (' ', port);
+ scm_putc (' ', port);
scm_write (name, port);
}
}