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:
parent
3eb1e2aa88
commit
0d189573e5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue