Commit 5ca5a655 by Wolfgang Bangerth

Clarify the comment before the abort we hit when a translated string contains invalid formats.

From-SVN: r66381
parent f2ba7ecb
...@@ -607,7 +607,9 @@ output_format (buffer, text) ...@@ -607,7 +607,9 @@ output_format (buffer, text)
|| !(*buffer->format_decoder) (buffer, text)) || !(*buffer->format_decoder) (buffer, text))
{ {
/* Hmmm. The front-end failed to install a format translator /* 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 (); abort ();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment