Wireshark-bugs: [Wireshark-bugs] [Bug 8315] Gtk3 widgets are not properly expanded

Date: Wed, 06 Mar 2013 04:33:23 +0000

Comment # 12 on bug 8315 from
(In reply to comment #11)
> capture_if_dlg.c:669: warning: implicit conversion shortens 64-bit value
> into a 32-bit value

Th constants in the call to g_alignment_new in line 669 need to be single
precision constants (flkoat) (which a quick search shows that they need to be
of form 1.0F).

Ill commit a fix in a moment....


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