Wireshark-bugs: [Wireshark-bugs] [Bug 9452] Patch: Stats_tree enhancements for sorting, averages

Date: Sat, 30 Nov 2013 15:36:06 +0000

changed bug 9452

What Removed Added
Attachment #12197 Flags   review_for_checkin?

Comment # 4 on bug 9452 from
Created attachment 12197 [details]
Better fix for uninitialised variable warning

r53675 contained a fix for an uninitialised variable warning, but perhaps it is
better to ducument why it is correct. It took me a few jumps before figuring
out that stats_tree_is_sortable_column() exists to prevent passing the wrong
column.

I also thought of pushing the enum _stat_tree_column to the header, but then I
gave up because the GTK code has a strict dependency on the ordering of
columns.


You are receiving this mail because:
  • You are watching all bug changes.