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:
parent
451d34ce21
commit
f9b1981bd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user