mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
(invalid_character): Prepend `0' to octal
representation. Give error sufficient args.
This commit is contained in:
parent
749d2ee6dd
commit
ba7434e5bf
@ -115,7 +115,7 @@ void
|
||||
invalid_character (c)
|
||||
int c;
|
||||
{
|
||||
error ("Invalid character: %o, %d, 0x%x", c);
|
||||
error ("Invalid character: 0%o, %d, 0x%x", c, c, c);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user