From 0d189573e59f2e5e15bf1287d08dc2af2a47e07d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 12 Aug 2004 17:35:53 +0000 Subject: Convert version to locale string before printing it. --- libguile/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/script.c') diff --git a/libguile/script.c b/libguile/script.c index 8b47633db..a8a84185f 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -584,7 +584,7 @@ scm_compile_shell_switches (int argc, char **argv) "certain other uses are permitted as well. For details, see the file\n" "`COPYING', which is included in the Guile distribution.\n" "There is no warranty, to the extent permitted by law.\n", - SCM_STRING_CHARS (scm_version ())); + scm_to_locale_string (scm_version ())); exit (0); } -- cgit v1.2.3