Mercurial > pidgin.yaz
changeset 4271:a79e2de75581
[gaim-migrate @ 4522]
Benjamin Tegarden (tegarden) writes:
"Recasts a pointer to shut gcc up."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 09 Jan 2003 21:54:25 +0000 |
parents | cc79431a11a7 |
children | 37fd8ad463ba |
files | src/protocols/zephyr/ZVariables.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/zephyr/ZVariables.c Thu Jan 09 21:52:26 2003 +0000 +++ b/src/protocols/zephyr/ZVariables.c Thu Jan 09 21:54:25 2003 +0000 @@ -5,7 +5,7 @@ * Created by: Robert French * * $Source$ - * $Author: thekingant $ + * $Author: lschiere $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -119,7 +119,7 @@ char *envptr; struct passwd *pwd; - envptr = gaim_home_dir(); + envptr = (char*) gaim_home_dir(); if (envptr) (void) strcpy(bfr, envptr); else {