Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan filesystem.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: Fri, 4 Jan 2002 15:50:27 -0600 (CST)
guy         2002/01/04 15:50:27 CST

  Modified files:
    epan                 filesystem.c 
  Log:
  If the "parent directory" of what would be the personal configuration
  file directory is just a drive letter (e.g., if the directory is
  "c:\Ethereal"), don't "stat()" it to see if it exists (as that'll fail,
  falsely leading us to believe it needs to be created; the attempt to do
  so will fail), just assume it exists.
  
  Revision  Changes    Path
  1.16      +13 -3     ethereal/epan/filesystem.c