-
- Downloads
system-info: Always pass around a non-NULL environment block
Instead of calling getenv() if the environment is NULL, we determine
what's in the environment on creating the SrtSystemInfo and then pass
it around as a parameter.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
97af239b
No related branches found
No related tags found
Showing
- steam-runtime-tools/architecture-internal.h 2 additions, 1 deletionsteam-runtime-tools/architecture-internal.h
- steam-runtime-tools/architecture.c 8 additions, 4 deletionssteam-runtime-tools/architecture.c
- steam-runtime-tools/graphics-internal.h 2 additions, 1 deletionsteam-runtime-tools/graphics-internal.h
- steam-runtime-tools/graphics.c 31 additions, 44 deletionssteam-runtime-tools/graphics.c
- steam-runtime-tools/library.c 4 additions, 6 deletionssteam-runtime-tools/library.c
- steam-runtime-tools/locale-internal.h 2 additions, 1 deletionsteam-runtime-tools/locale-internal.h
- steam-runtime-tools/locale.c 5 additions, 2 deletionssteam-runtime-tools/locale.c
- steam-runtime-tools/runtime.c 2 additions, 6 deletionssteam-runtime-tools/runtime.c
- steam-runtime-tools/steam.c 6 additions, 4 deletionssteam-runtime-tools/steam.c
- steam-runtime-tools/system-info.c 22 additions, 22 deletionssteam-runtime-tools/system-info.c
- steam-runtime-tools/utils-internal.h 2 additions, 0 deletionssteam-runtime-tools/utils-internal.h
- steam-runtime-tools/utils.c 18 additions, 0 deletionssteam-runtime-tools/utils.c
Loading
Please register or sign in to comment