early-access version 1617
This commit is contained in:
4
externals/SDL/src/stdlib/SDL_getenv.c
vendored
4
externals/SDL/src/stdlib/SDL_getenv.c
vendored
@@ -110,7 +110,7 @@ int
|
||||
SDL_setenv(const char *name, const char *value, int overwrite)
|
||||
{
|
||||
int added;
|
||||
int len, i;
|
||||
size_t len, i;
|
||||
char **new_env;
|
||||
char *new_variable;
|
||||
|
||||
@@ -218,7 +218,7 @@ SDL_getenv(const char *name)
|
||||
char *
|
||||
SDL_getenv(const char *name)
|
||||
{
|
||||
int len, i;
|
||||
size_t len, i;
|
||||
char *value;
|
||||
|
||||
/* Input validation */
|
||||
|
Reference in New Issue
Block a user