Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rtcp.c

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: Mon, 3 Sep 2001 03:10:47 -0500 (CDT)
guy         2001/09/03 03:10:47 CDT

  Modified files:
    .                    packet-rtcp.c 
  Log:
  Make routines that are passed an unsigned integer as their last argument
  have an unsigned integer as that argument; this squelches some compiler
  warnings, and it's the right thing to do in any case.
  
  Don't check whether an unsigned integer value is > 0 - that's the same
  as checking whether it's != 0.
  
  Revision  Changes    Path
  1.20      +6 -6      ethereal/packet-rtcp.c