Clarify the comment before the abort we hit when a translated string contains invalid formats.
From-SVN: r66381
This commit is contained in:
parent
f2ba7ecb31
commit
5ca5a6554e
1 changed files with 3 additions and 1 deletions
|
@ -607,7 +607,9 @@ output_format (buffer, text)
|
|||
|| !(*buffer->format_decoder) (buffer, text))
|
||||
{
|
||||
/* Hmmm. The front-end failed to install a format translator
|
||||
but called us with an unrecognized format. Sorry. */
|
||||
but called us with an unrecognized format. Or, maybe, the
|
||||
translated string just contains an invalid format, or
|
||||
has formats in the wrong order. Sorry. */
|
||||
abort ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue