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:
parent
9d5dc023b4
commit
f32632e6cd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue