1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Convert version to locale string before printing it.

This commit is contained in:
Marius Vollmer 2004-08-12 17:35:53 +00:00
parent 3eb1e2aa88
commit 0d189573e5

View file

@ -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);
}