Wireshark-commits: [Wireshark-commits] rev 27818: /trunk/epan/ /trunk/epan/: proto.c
Date: Sun, 22 Mar 2009 15:31:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27818

User: wmeier
Date: 2009/03/22 08:31 AM

Log:
 From Jakub Zawadzki: g_snprintf() & etc since glib 1.3.12 
 don't return -1, and also always NUL terminate the string.
 We can clean sources by removing dead/unnecessary code.
 From me: A few additional changes re use of g_snprintf.

Directory: /trunk/epan/
  Changes    Path          Action
  +52 -116   proto.c       Modified