Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan filesystem.c filesystem.h plugins.c res

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 17:59:26 -0500 (CDT)
guy         2001/10/22 17:59:26 CDT

  Modified files:
    epan                 filesystem.c filesystem.h plugins.c 
                         resolv.c 
  Log:
  Add a routine to get the directory in which personal configuration files
  reside.  Use it, rather than concatenating the user's home directory and
  ".ethereal" in a number of files.
  
  Fix up some additional places to use G_DIR_SEPARATOR_S as the pathname
  separator.
  
  Revision  Changes    Path
  1.8       +30 -1     ethereal/epan/filesystem.c
  1.6       +6 -10     ethereal/epan/filesystem.h
  1.36      +5 -6      ethereal/epan/plugins.c
  1.15      +9 -9      ethereal/epan/resolv.c