Wireshark-commits: [Wireshark-commits] rev 25421: /trunk/gtk/ /trunk/gtk/: tcp_graph.c
From:
guy@xxxxxxxxxxxxx
Date: Wed, 04 Jun 2008 00:05:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25421
User: guy
Date: 2008/06/03 05:05 PM
Log:
Sun C warns about an integer overflow for 1 << 31, presumably because 1
is signed; make the flags field in "struct magnify" unsigned, and make
the flags unsigned, so we shift 1U rather than 1.
Directory: /trunk/gtk/
Changes Path Action
+4 -4 tcp_graph.c Modified