Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan to_str.c to_str.h

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: Tue, 11 Feb 2003 18:44:05 -0600 (CST)
guy         2003/02/11 18:44:05 CST

  Modified files:
    epan                 to_str.c to_str.h 
  Log:
  Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSI
  C, and it's the right thing to pass to "localtime()".
  
  Revision  Changes    Path
  1.25      +2 -2      ethereal/epan/to_str.c
  1.14      +2 -2      ethereal/epan/to_str.h