Wireshark-commits: [Wireshark-commits] rev 51289: /trunk/wiretap/ /trunk/wiretap/: vwr.c

Date: Sat, 10 Aug 2013 21:34:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51289

User: guy
Date: 2013/08/10 02:34 PM

Log:
 Initialize float variables with float constants, not double constants,
 and assign float constants, not double constants, to float variables. 
 Floating-point constants are double by default; you have to add "f" to
 the end to make them float.
 
 This squelches 64-bit-to-32-bit warnings.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +6 -6      vwr.c         Modified