1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

(scm_error_pair_access): Plain ascii ' in error message

rather than latin-1 acute accent, the latter may not print on all
terminals.
This commit is contained in:
Kevin Ryde 2005-07-11 23:55:17 +00:00
parent 9d5dc023b4
commit f32632e6cd

View file

@ -36,7 +36,7 @@
void scm_error_pair_access (SCM non_pair)
{
static unsigned int running = 0;
SCM message = scm_from_locale_string ("Non-pair accessed with SCM_C[AD]R: `~S´\n");
SCM message = scm_from_locale_string ("Non-pair accessed with SCM_C[AD]R: `~S'\n");
if (!running)
{