top: force newline for unexpected signal abnormal exit
This commit just restores the pre-nls behavior, which was lost in the migration to nls string tables support.
This commit is contained in:
parent
3ad8fd56ed
commit
b246af9cec
@ -166,7 +166,7 @@ static void build_norm_nlstab (void) {
|
|||||||
. c-code logic changes.
|
. c-code logic changes.
|
||||||
. */
|
. */
|
||||||
|
|
||||||
Norm_nlstab[EXIT_signals_fmt] = _(""
|
Norm_nlstab[EXIT_signals_fmt] = _("\n"
|
||||||
"\tsignal %d (%s) was caught by %s, please\n"
|
"\tsignal %d (%s) was caught by %s, please\n"
|
||||||
"\tsee http://www.debian.org/Bugs/Reporting\n");
|
"\tsee http://www.debian.org/Bugs/Reporting\n");
|
||||||
Norm_nlstab[WRONG_switch_fmt] = _(""
|
Norm_nlstab[WRONG_switch_fmt] = _(""
|
||||||
|
Loading…
Reference in New Issue
Block a user