mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: remove useless assignment
This commit is contained in:
parent
537fc63cc6
commit
afb37dd7fc
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ void pw_init(int *argc, char **argv[])
|
|||
|
||||
support->in_valgrind = RUNNING_ON_VALGRIND;
|
||||
|
||||
if ((str = getenv("NO_COLOR")) != NULL)
|
||||
if (getenv("NO_COLOR") != NULL)
|
||||
support->no_color = true;
|
||||
|
||||
if ((str = getenv("PIPEWIRE_NO_CONFIG")) != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue