diff options
Diffstat (limited to 'libguile/deprecation.c')
-rw-r--r-- | libguile/deprecation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/deprecation.c b/libguile/deprecation.c index 3d4852a2f..d33e6b5ae 100644 --- a/libguile/deprecation.c +++ b/libguile/deprecation.c @@ -103,7 +103,7 @@ SCM_DEFINE(scm_issue_deprecation_warning, mode = summary_print; else { - SCM nl = scm_str2string ("\n"); + SCM nl = scm_from_locale_string ("\n"); SCM msgs_nl = SCM_EOL; char *c_msgs; while (SCM_CONSP (msgs)) |