1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

use char, not bool

This commit is contained in:
Daniel Stenberg 2003-11-08 08:39:34 +00:00
parent 451d34ce21
commit f9b1981bd7

View 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