Wireshark-commits: [Wireshark-commits] rev 23760: /trunk/epan/ftypes/ /trunk/epan/ftypes/: ftype-integer.c
From:
guy@xxxxxxxxxxxxx
Date: Wed, 05 Dec 2007 09:06:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23760
User: guy
Date: 2007/12/05 09:06 AM
Log:
At least on some LP64 platforms (such as OpenBSD 4.2 on x86-64),
PRI[dux]64 use "ll", but gint64 and guint64 are "long" and "unsigned
long", not "long long" or "unsigned long long", and the compiler warns
about using "%ll[doux]" with "long" or "unsigned long". Use
G_GINT64_MODIFIER instead.
Directory: /trunk/epan/ftypes/
Changes Path Action
+2 -2 ftype-integer.c Modified