Initialize profile_loaded properly

This commit is contained in:
Pol Rius 2021-05-11 12:23:45 +02:00
parent a567aa1e62
commit 658eb3a1f7

View file

@ -690,6 +690,7 @@ int ProcessOptions(int argc, char *argv[], Options *options, std::vector<RGBCont
int current_zone = -1;
options->hasDevice = false;
options->profile_loaded = false;
while(arg_index < argc)
{