http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54781
User: guy
Date: 2014/01/14 10:50 AM
Log:
Whoever in GLibland was responsible for defining the signature of
g_snprintf() owes the world a huge apology. They *could* have just used
size_t, or they *could* at least have, if they insisted on having GLib
types to mirror regular types, made gsize an alias for size_t and,
whatever they did with gsize, they *could* have used it as the argument
for the size of the buffer for g_snprintf(), but no, they had to use
gulong.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-pvfs2.c Modified