Wireshark-commits: [Wireshark-commits] rev 36743: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 20 Apr 2011 21:25:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36743

User: martinm
Date: 2011/04/20 02:25 PM

Log:
 Simplify the test in a loop.
 
 This was in response to a VS Code Analysis warning.  Not sure if it was confused by lack of parenthesis, or if it detected that we had an && where both sides would always have the same value, but it was confusing.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -5      packet-rtcp.c    Modified