mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:01:42 +03:00
curl_getenv() is now lowercase
This commit is contained in:
parent
476e0502ad
commit
d46932369a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ char *GetEnv(char *variable)
|
|||
return env?strdup(env):NULL;
|
||||
}
|
||||
|
||||
char *curl_GetEnv(char *v)
|
||||
char *curl_getenv(char *v)
|
||||
{
|
||||
return GetEnv(v);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue