https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7141
Anders Broman <anders.broman@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-04-18 11:19:31 PDT ---
Committed revision 42136.
Speaking of style(from another bug) I find this
+ if (NULL == if_info)
very ugly, I prefere
+ if (if_info == NULL)
Thanks
Anders
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.