Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan tvbuff.c tvbuff.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Apr 2002 16:53:06 -0500 (CDT)
guy         2002/04/24 16:53:06 CDT

  Modified files:
    epan                 tvbuff.c tvbuff.h 
  Log:
  Use "gfloat" and "gdouble", rather than "float" and "double", as the
  return types of the tvbuff accessors for floating-point types, to more
  closely match the tvbuff accessors for integral types.
  
  Fix an error in the code for fetching doubles on VAXes, and get rid of
  unused union members on VAXes.
  
  Revision  Changes    Path
  1.34      +13 -15    ethereal/epan/tvbuff.c
  1.25      +5 -5      ethereal/epan/tvbuff.h