From: Jim Warner Date: Sun, 8 Jan 2012 15:54:05 +0000 (-0600) Subject: top: force newline for unexpected signal abnormal exit X-Git-Tag: v3.3.3~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b246af9cec652c89fe22ba8f1cb0fd5b3c23781d;p=procps-ng 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. --- diff --git a/top/top_nls.c b/top/top_nls.c index 43c76fa6..227c568f 100644 --- a/top/top_nls.c +++ b/top/top_nls.c @@ -166,7 +166,7 @@ static void build_norm_nlstab (void) { . c-code logic changes. . */ - Norm_nlstab[EXIT_signals_fmt] = _("" + Norm_nlstab[EXIT_signals_fmt] = _("\n" "\tsignal %d (%s) was caught by %s, please\n" "\tsee http://www.debian.org/Bugs/Reporting\n"); Norm_nlstab[WRONG_switch_fmt] = _(""