1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Unbreak draw recieve/transmit meter and bump PORTREVISION.

Reviewed by:	maintainer
This commit is contained in:
Patrick Li 2002-11-26 00:06:57 +00:00
parent 40c508a3ee
commit 3de666fdb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71098
2 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= wmnd
PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/

View File

@ -0,0 +1,14 @@
--- src/wmnd.c.orig Sun Sep 22 09:23:35 2002
+++ src/wmnd.c Sun Sep 22 09:23:55 2002
@@ -1204,10 +1204,7 @@
}
/* draw rx/tx rate */
- /* TODO
- p -= 4; sets p to his[58] or so
- draw_rate(p[in], p[out]); */
- p = ptr->avg;
+ p -= 4; // sets p to his[58] or so
draw_rate(p[in], p[out]);
if (bit_get(CFG_MAXSCREEN))