https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3701
Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3370| |review_for_checkin?
Flag| |
--- Comment #6 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2009-07-20 01:57:21 PDT ---
Created an attachment (id=3370)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3370)
Fix regressions in r29130 and r29133
In r29130 formating for DSECS was changed. (old: %01d now: %02d)
In r29133 adding sign was removed (old: buf[0] = '-' now: buf[0] = '\0')
Btw shouldn't attachment 3312 be marked as reviewed? :)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.