reopen 315734
tags 315734 patch
quit
I still see the bug on all available systems.
And I have successfully tested the following patch that fixes the bug.
=======================
--- ui.c.orig 2004-02-05 14:53:19.000000000 -0800
+++ ui.c 2005-12-05 12:40:48.000000000 -0800
@@ -446,6 +446,7 @@
hash_node_type* n = NULL;
while(hash_next_item(screen_hash, &n) == HASH_STATUS_OK) {
host_pair_line* hpl = (host_pair_line*)n->rec;
+ hpl->total_recv = hpl->total_sent = 0;
memset(hpl->recv, 0, sizeof(hpl->recv));
memset(hpl->sent, 0, sizeof(hpl->sent));
}
=======================
Thanks,
Max
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]