Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal colors.c plugins.c prefs.c resolv.c util.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Sat, 29 Jan 2000 10:41:22 -0600 (CST)
gram        2000/01/29 10:41:20 CST

  Modified files:
    .                    colors.c plugins.c prefs.c resolv.c 
                         util.c util.h 
  Log:
  Remove instances of getenv("HOME") and provide a get_home_dir() function
  which provides a default value if "HOME" is not set.
  
  Revision  Changes    Path
  1.29      +6 -5      ethereal/colors.c
  1.6       +10 -9     ethereal/plugins.c
  1.30      +7 -6      ethereal/prefs.c
  1.23      +6 -5      ethereal/resolv.c
  1.31      +30 -1     ethereal/util.c
  1.18      +5 -1      ethereal/util.h