Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.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: Fri, 13 Aug 1999 20:27:33 -0500 (CDT)
guy         1999/08/13 20:27:31 CDT

  Modified files:
    .                    file.c 
  Log:
  In "change_time_formats()", you have to set "fd->cinfo" before you can
  use "check_col()", otherwise "check_col()" always fails, and the time
  column never gets changed.  (How did I manage to break that?)
  
  Revision  Changes    Path
  1.63      +2 -1      ethereal/file.c