Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-smb.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: Sun, 3 Oct 1999 00:02:05 -0500 (CDT)
guy         1999/10/03 00:02:02 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  "gmtime()" takes a pointer to a "time_t", not a pointer to a "guint32",
  as an argument.  ("time_t" could be 64 bits - I think it is 64 bits on
  some platforms, e.g.  Alpha Linux - and it's typically signed rather
  than unsigned.)
  
  Revision  Changes    Path
  1.27      +2 -2      ethereal/packet-smb.c