=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/display.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/top/display.c 2001/07/27 17:13:42 1.5 --- src/usr.bin/top/display.c 2001/08/24 20:16:35 1.6 *************** *** 1,4 **** ! /* $OpenBSD: display.c,v 1.5 2001/07/27 17:13:42 deraadt Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: display.c,v 1.6 2001/08/24 20:16:35 art Exp $ */ /* * Top users/processes display for Unix *************** *** 988,995 **** /* get the number to format */ num = *numbers++; ! /* display only non-zero numbers */ ! if (num > 0) { /* is this number in kilobytes? */ if (thisname[0] == 'K') --- 988,994 ---- /* get the number to format */ num = *numbers++; ! if (num >= 0) { /* is this number in kilobytes? */ if (thisname[0] == 'K')