mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 08:56:25 +00:00
SDL_CreateEnvironment() fills the environment with a non-zero parameter
This commit is contained in:
@@ -207,7 +207,7 @@ static void run_zenity(zenityArgs* arg_struct)
|
||||
goto done;
|
||||
}
|
||||
|
||||
env = SDL_CreateEnvironment(SDL_FALSE);
|
||||
env = SDL_CreateEnvironment(true);
|
||||
if (!env) {
|
||||
goto done;
|
||||
}
|
||||
|
Reference in New Issue
Block a user