# HG changeset patch # User Luke Schierer # Date 1042149265 0 # Node ID a79e2de755816351ba4c997add003a273b30ef55 # Parent cc79431a11a79316fb0fbec7d42507585f8324c5 [gaim-migrate @ 4522] Benjamin Tegarden (tegarden) writes: "Recasts a pointer to shut gcc up." committer: Tailor Script diff -r cc79431a11a7 -r a79e2de75581 src/protocols/zephyr/ZVariables.c --- 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 {