Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c file.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: Thu, 23 May 2002 02:46:59 -0500 (CDT)
guy         2002/05/23 02:46:59 CDT

  Modified files:
    .                    file.c file.h 
  Log:
  Make "save_cap_file()" return a Boolean (TRUE on success, FALSE on
  failure) - and don't use "err" to determine success or failure, as it's
  not set in some failure cases.
  
  Revision  Changes    Path
  1.274     +23 -11    ethereal/file.c
  1.93      +2 -2      ethereal/file.h