From: stuerzl@cs.unc.edu (Wolfgang Stuerzlinger)
Subject: Problem with getenv("HOME")
28 Oct 1997 11:50:09 -0800
Message-ID: <Pine.HPP.3.96.971028103827.1725G-100000.cygnus.gnu-win32@catfish.cs.unc.edu>
References: <Pine.HPP.3.96.971027173227.28460D-100000@catfish.cs.unc.edu>
Reply-To: Wolfgang Stuerzlinger <stuerzl@cs.unc.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: gnu-win32@cygnus.com
Cc: edel@fnal.fov

By default the environment variable HOME is not set in the GNU-Win32
environment.
When getenv is called with ("HOME") as argument the return value is a
string "(null)" instead of a NULL pointer. Is this a "standard" behaviour 
or a bug?

Wolfgang Stuerzlinger

P.S.: This breaks commonly used code sequences like:
	sprintf(newName,"%s/%s",getenv("HOME"),fileName);
--
Wolfgang Stuerzlinger
Dept. of Computer Science, UNC, Chapel Hill, NC 27599-3175
stuerzl@cs.unc.edu          http://www.cs.unc.edu/~stuerzl



-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
