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@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 3 Jan 2002 16:27:45 -0600 (CST)
guy         2002/01/03 16:27:44 CST

  Modified files:
    .                    file.c 
  Log:
  In "change_time_formats()" we can now check at the beginning whether
  there are any columns whose time formats will change, and just return if
  there aren't.
  
  We also, however, need to set the "writable" flag on the columns before
  doing that check, as "check_col()" checks whether the column in question
  is writable; in this context, all columns are writable.
  
  Revision  Changes    Path
  1.256     +21 -17    ethereal/file.c