Wireshark-commits: [Wireshark-commits] rev 22580: /trunk/wiretap/ /trunk/wiretap/: mpeg.c
Date: Wed, 22 Aug 2007 02:45:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22580

User: guy
Date: 2007/08/22 02:45 AM

Log:
 Cast away shortening conversions that are presumed not to lose any data.
 
 Use G_GINT64_CONSTANT() to make a 64-bit integral constant; not all
 compilers we use support LL as a suffix for that (MSVC++ 6, for one).

Directory: /trunk/wiretap/
  Changes    Path          Action
  +4 -4      mpeg.c        Modified