From: Andre Noll Date: Wed, 12 Sep 2007 11:36:20 +0000 (+0200) Subject: string.c: Use $HOME to get the home directory. X-Git-Tag: v0.3.0~426 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=379a2724984d903b7be8981a85b6cc82cab6ea90;hp=379a2724984d903b7be8981a85b6cc82cab6ea90;p=paraslash.git 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. ---