aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2005-11-20 07:52:40 +0000
committerJuri Linkov <[email protected]>2005-11-20 07:52:40 +0000
commit85416bdad7f0a391bd3a9bdd93a9905eba422a40 (patch)
tree05385cadce958eb8429eb0a409ab9ef1a7ba0d77 /src
parentc9393a612b5aeeefb98461e43f3c4b06e25ae999 (diff)
(invalid_character): Use Lisp-readable syntax
for octal and hex. Reorder decimal, octal and hex values.
Diffstat (limited to 'src')
-rw-r--r--src/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c
index b4f84a9e78..23b2cc75c1 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -115,7 +115,7 @@ void
invalid_character (c)
int c;
{
- error ("Invalid character: 0%o, %d, 0x%x", c, c, c);
+ error ("Invalid character: %d, #o%o, #x%x", c, c, c);
}
/* Parse string STR of length LENGTH and fetch information of a