string.c: Use $HOME to get the home directory.
authorAndre Noll <maan@systemlinux.org>
Wed, 12 Sep 2007 11:36:20 +0000 (13:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 12 Sep 2007 11:36:20 +0000 (13:36 +0200)
commit379a2724984d903b7be8981a85b6cc82cab6ea90
tree0e33d9f18f4e83d7ff2dd0c64ce59bc9ee4a68cc
parentc02bbaa2467c19180d360d6914a13d17e323185c
string.c: Use $HOME to get the home directory.

This is actually simpler than using getpwuid(), and it shuts up a valgrind
warning as well.
string.c