Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ldap.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: Wed, 10 Jan 2001 17:42:12 -0600 (CST)
guy         2001/01/10 17:42:12 CST

  Modified files:
    .                    packet-ldap.c 
  Log:
  The difference between two pointers doesn't necessarily fit in an "int"
  or "unsigned int"; cast it to "unsigned long" and print it with "%lu",
  so it works on ILP32 and LP64 platforms.
  
  Revision  Changes    Path
  1.22      +4 -3      ethereal/packet-ldap.c