diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index f1b77d56ff0..6599f23bae2 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2579,7 +2579,7 @@ Use %% to put a single % into the output.") | |||
| 2579 | else | 2579 | else |
| 2580 | #endif | 2580 | #endif |
| 2581 | if (*format != 'd' && *format != 'o' && *format != 'x' | 2581 | if (*format != 'd' && *format != 'o' && *format != 'x' |
| 2582 | && *format != 'X' && *format != 'c') | 2582 | && *format != 'i' && *format != 'X' && *format != 'c') |
| 2583 | error ("Invalid format operation %%%c", *format); | 2583 | error ("Invalid format operation %%%c", *format); |
| 2584 | 2584 | ||
| 2585 | thissize = 30; | 2585 | thissize = 30; |