Wireshark-commits: [Wireshark-commits] rev 35726: /trunk/ /trunk/epan/dissectors/: packet-dcm.c /tr

Date: Mon, 31 Jan 2011 18:58:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35726

User: wmeier
Date: 2011/01/31 10:58 AM

Log:
 Fix two cases of 'if (x = y)'  which should be 'if (x == y)'.
 
 Found by reviewing msvc level 4 warnings "assignment within conditional expression".
 
 (Unfortunately most of the warnings are false positives so this warning can't be enabled)

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

Directory: /trunk/gtk/
  Changes    Path            Action
  +1 -1      voip_calls.c    Modified