early-access version 1617

This commit is contained in:
pineappleEA
2021-04-20 21:40:33 +02:00
parent 242b6f6b49
commit f46563104f
510 changed files with 141726 additions and 62846 deletions

View File

@@ -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 */