View | Details | Raw Unified | Return to bug 22496
Collapse All | Expand All

(-)top.c (-1 / +1 lines)
Lines 826-832 Link Here
826
				{
826
				{
827
				    if ((errmsg = renice_procs(tempbuf2)) != NULL)
827
				    if ((errmsg = renice_procs(tempbuf2)) != NULL)
828
				    {
828
				    {
829
					new_message(MT_standout, errmsg);
829
					new_message(MT_standout, "%s", errmsg);
830
					putchar('\r');
830
					putchar('\r');
831
					no_command = Yes;
831
					no_command = Yes;
832
				    }
832
				    }

Return to bug 22496