https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3701
Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darkjames@xxxxxxxxxxxxxxxx
--- Comment #10 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2009-07-20 07:12:42 PDT ---
Btw. I really don't understand why we should put minus sign when fraction is
negative.
For instance: if we have 10s and frac: -1
(gdb) call display_signed_time($buf, 100, 10, -1, CSECS)
(gdb) print $buf
$2 = 0x7b2040 "-10.01"
shouldn't result be "9.99" instead?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.