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

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 26 Oct 2001 12:29:13 -0500 (CDT)
gram        2001/10/26 12:29:12 CDT

  Modified files:
    epan/ftypes          ftypes.c 
  Log:
  Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,
  there were 2 functions which accepted 'maxlength' == -1, but the function
  prototypes had maxlength as a guint --- fixed.
  
  Revision  Changes    Path
  1.5       +2 -4      ethereal/epan/ftypes/ftypes.c