| 4292 | /* Report a bad field specification SPEC, with extra info MSGID. */ |
| 4293 | |
| 4294 | static void |
| 4295 | badfieldspec (char const *spec, char const *msgid) |
| 4296 | { |
| 4297 | error (SORT_FAILURE, 0, _("%s: invalid field specification %s"), |
| 4298 | _(msgid), quote (spec)); |
| 4299 | } |
| 4300 | |
| 4301 | /* Report incompatible options. */ |
| 4302 |