mirror of
https://github.com/curl/curl.git
synced 2026-04-22 06:22:13 +03:00
use char, not bool
This commit is contained in:
parent
451d34ce21
commit
f9b1981bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue