inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy

compiler (Paradigm C++)
This commit is contained in:
kieranm
2007-08-24 14:31:53 +00:00
parent 261af8dc07
commit 7c90cc6aac
2 changed files with 6 additions and 2 deletions

View File

@@ -271,6 +271,10 @@ HISTORY
++ Bug fixes:
2007-08-24 Kieran Mansley
* inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy
compiler (Paradigm C++)
2007-08-09 Frédéric Bernon, Bill Florac
* stats.h, stats.c, igmp.h, igmp.c, opt.h: Fix for bug #20503 : IGMP Improvement.
Introduce IGMP_STATS to centralize statistics management.