Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan filesystem.c filesystem.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: Mon, 22 Oct 2001 18:16:02 -0500 (CDT)
guy         2001/10/22 18:16:01 CDT

  Modified files:
    epan                 filesystem.c filesystem.h 
  Log:
  The only reason we care about the user's home directory is that their
  ".ethereal" directory is under it; get rid of "get_home_dir()", and put
  its code inside "get_persconffile_dir()".  (The personal configuration
  file directory may move, on Windows, to the user's profile directory.)
  
  Revision  Changes    Path
  1.9       +36 -43    ethereal/epan/filesystem.c
  1.7       +2 -6      ethereal/epan/filesystem.h