latin1 subr and message in internal scm_{encoding,decoding}_error
authorAndy Wingo <wingo@pobox.com>
Fri, 1 Apr 2011 09:05:37 +0000 (11:05 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 1 Apr 2011 09:05:37 +0000 (11:05 +0200)
commitd050ef66eceb764e0c26e535140ebed795b546fa
tree689b5d09f2ae5ed8186cf18f9f17d7f13c28048e
parent1c8a6308c0050189a777d9384f270aea3206c2e0
latin1 subr and message in internal scm_{encoding,decoding}_error

* libguile/strings.c (scm_encoding_error, scm_decoding_error): Use
  scm_from_latin1_string for the subr and message args, as these are
  internal functions, and we know their callers.
libguile/strings.c