Mercurial > pidgin
diff src/protocols/zephyr/ZVariables.c @ 3630:9682c0e022c6
[gaim-migrate @ 3753]
Yeah this will probably break a lot of shit knowing my luck. But hey, I really don't care what people thnk.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Fri, 11 Oct 2002 03:14:01 +0000 |
| parents | 424a40f12a6c |
| children | cba92ec56248 |
line wrap: on
line diff
--- a/src/protocols/zephyr/ZVariables.c Fri Oct 11 02:10:08 2002 +0000 +++ b/src/protocols/zephyr/ZVariables.c Fri Oct 11 03:14:01 2002 +0000 @@ -5,7 +5,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: robflynn $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -118,7 +118,7 @@ char *envptr; struct passwd *pwd; - envptr = getenv("HOME"); + envptr = gaim_home_dir(); if (envptr) (void) strcpy(bfr, envptr); else {
