aboutsummaryrefslogtreecommitdiff
path: root/src/gsql_lib.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-15 22:13:14 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-15 22:13:14 +0200
commit5c3643f95a9d5568b64875ddf96a7e007050de72 (patch)
treeef0b514e194dfdc4257040b8f2554df8f081895e /src/gsql_lib.c
parent7c6a94930dae634efd8af6db16578d8317153a9a (diff)
downloadgamma-5c3643f95a9d5568b64875ddf96a7e007050de72.tar.gz
gamma-5c3643f95a9d5568b64875ddf96a7e007050de72.tar.bz2
Use scm_from_locale_string instead of scm_makfrom0str.
Diffstat (limited to 'src/gsql_lib.c')
-rw-r--r--src/gsql_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsql_lib.c b/src/gsql_lib.c
index 72ce17a..7972595 100644
--- a/src/gsql_lib.c
+++ b/src/gsql_lib.c
@@ -58,8 +58,8 @@ gamma_parmlist_parse(SCM parmlist, struct gamma_parmdcl *dcltab,
if (flags & GAMMA_PARMLIST_WARN_UNKNOWN) {
scm_simple_format
(scm_current_error_port (),
- scm_makfrom0str("~S: undefined keyword: ~S~%"),
- scm_list_2(scm_makfrom0str(func_name),
+ scm_from_locale_string("~S: undefined keyword: ~S~%"),
+ scm_list_2(scm_from_locale_string(func_name),
kw));
continue;
}

Return to:

Send suggestions and report system problems to the System administrator.