[1462] in BarnOwl Developers
[nelhage/barnowl] 7bf51d: Correctly read the BARNOWL_DATA_DIR environment va...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:16:54 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sun, 17 May 2009 17:32:29 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 7bf51d5fcadf9407c899e794b37a7e99cd50e18b
http://github.com/nelhage/barnowl/commit/7bf51d5fcadf9407c899e794b37a7e99cd50e18b
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-05-17 (Sun, 17 May 2009)
Changed paths:
M util.c
Log Message:
-----------
Correctly read the BARNOWL_DATA_DIR environment variable.
getenv() just returns the environment variable value, not
"KEY=value". So there's no need to strchr for '=' after reading the
BARNOWL_DATA_DIR, if it's set.