Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-mapi.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: Sat, 25 May 2002 05:25:28 -0500 (CDT)
guy         2002/05/25 05:25:28 CDT

  Modified files:
    .                    packet-dcerpc-mapi.c 
  Log:
  Throw in a cast to squelch a compiler complaint ("unsigned short" +
  "int" constant becomes "int", and comparing that with "unsigned int"
  gives a "signed vs. unsigned comparison" warning, even though the "int"
  constant in question is positive).
  
  Revision  Changes    Path
  1.6       +2 -2      ethereal/packet-dcerpc-mapi.c