Wireshark-commits: [Wireshark-commits] rev 29146: /trunk/epan/ /trunk/epan/: to_str.c
Date: Mon, 20 Jul 2009 12:41:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29146

User: stig
Date: 2009/07/20 05:41 AM

Log:
 From Jakub Zawadzki via bug 3701:
 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')

Directory: /trunk/epan/
  Changes    Path          Action
  +3 -3      to_str.c      Modified