mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
(tparam1): Abort when encountering an unknown
`%'-specifier.
This commit is contained in:
parent
cbf5ca04c1
commit
45e0dd95ba
@ -290,6 +290,9 @@ tparam1 (string, outstring, len, up, left, argp)
|
||||
case 'D': /* %D means weird Delta Data transformation. */
|
||||
argp[0] -= 2 * (tem % 16);
|
||||
break;
|
||||
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user