use char, not bool
authorDaniel Stenberg <daniel@haxx.se>
Sat, 8 Nov 2003 08:39:34 +0000 (08:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 8 Nov 2003 08:39:34 +0000 (08:39 +0000)
src/homedir.c

index 507dd58..f9062e8 100644 (file)
@@ -45,7 +45,7 @@
 #endif
 
 static
-char *GetEnv(const char *variable, bool do_expand)
+char *GetEnv(const char *variable, char do_expand)
 {
   char *env = NULL;
 #ifdef WIN32