diff src/protocols/zephyr/ZVariables.c @ 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 cba92ec56248
children 37fd8ad463ba
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 {