http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46727
User: guy
Date: 2012/12/24 03:10 PM
Log:
Cast away warnings implicit 64-bit-to-32-bit conversions. (We should
probably have routines that convert strings to numbers and do range
checks, and should also ignore values in the recent and preferences
files that are out of range.)
Cast a string to "char *" to squelch an otherwise-unavoidable warning
about qualifiers being ignored.
The media type for raw binary data is application/octet-stream, not
application octet_stream.
Directory: /trunk/ui/gtk/
Changes Path Action
+9 -8 gui_utils.c Modified
+1 -1 gui_utils.h Modified