=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -u -r1.3 -r1.3.4.1 --- src/usr.bin/top/top.c 1999/05/23 17:19:21 1.3 +++ src/usr.bin/top/top.c 2000/10/06 20:06:24 1.3.4.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.3 1999/05/23 17:19:21 aaron Exp $ */ +/* $OpenBSD: top.c,v 1.3.4.1 2000/10/06 20:06:24 jason Exp $ */ const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre"; @@ -761,7 +761,7 @@ { if ((errmsg = kill_procs(tempbuf2)) != NULL) { - new_message(MT_standout, errmsg); + new_message(MT_standout, "%s", errmsg); putchar('\r'); no_command = Yes; } @@ -778,7 +778,7 @@ { if ((errmsg = renice_procs(tempbuf2)) != NULL) { - new_message(MT_standout, errmsg); + new_message(MT_standout, "%s", errmsg); putchar('\r'); no_command = Yes; }