From 658eb3a1f77cbb8b530a913f57bc60ea4ca836f6 Mon Sep 17 00:00:00 2001 From: Pol Rius Date: Tue, 11 May 2021 12:23:45 +0200 Subject: [PATCH] Initialize profile_loaded properly --- cli.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.cpp b/cli.cpp index 43da898d..9915ac81 100644 --- a/cli.cpp +++ b/cli.cpp @@ -690,6 +690,7 @@ int ProcessOptions(int argc, char *argv[], Options *options, std::vectorhasDevice = false; + options->profile_loaded = false; while(arg_index < argc) {