Initialize profile_loaded properly
This commit is contained in:
parent
a567aa1e62
commit
658eb3a1f7
1 changed files with 1 additions and 0 deletions
1
cli.cpp
1
cli.cpp
|
|
@ -690,6 +690,7 @@ int ProcessOptions(int argc, char *argv[], Options *options, std::vector<RGBCont
|
||||||
int current_zone = -1;
|
int current_zone = -1;
|
||||||
|
|
||||||
options->hasDevice = false;
|
options->hasDevice = false;
|
||||||
|
options->profile_loaded = false;
|
||||||
|
|
||||||
while(arg_index < argc)
|
while(arg_index < argc)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue