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