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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 12 Sep 2000 03:38:51 -0500 (CDT)
guy         2000/09/12 03:38:48 CDT

  Modified files:
    .                    packet.c 
  Log:
  NULL may be defined as something such as "(void *)0", rather than just
  as 0, so don't use it in a ":" operator where the other arm of the
  conditional is integral.
  
  Revision  Changes    Path
  1.107     +3 -3      ethereal/packet.c